The BarPosOffsetType property returns or sets the Centroid offset type for a bar map. Returns a MVPosOffsetType.
Syntax
object.BarPosOffsetType
object.BarPosOffsetType = BarPosOffsetType
Parameter |
Type |
Description |
BarPosOffsetType |
required; centroid offset |
Remarks
If you select user defined (mvPosOffsetUser), use BarPosXOffset Property and BarPosYOffset Property to set the offset amounts.
Example 1
This example returns the bar position offset type for a bar map.
Debug.Print BarMap.BarPosOffsetType
Example 2
This example sets the bar position offset below the centroid for a bar map.
BarMap.BarPosOffsetType = MvPosOffsetBelow
Used by: BarMap object