The GraphPosOffsetType property returns or sets the offset type for a line graph map. Returns a MVPosOffsetType.
Syntax
object.GraphPosOffsetType
object.GraphPosOffsetType = Type
Parameter |
Type |
Description |
Type |
required; offset type |
Remarks
If you select user defined (mvPosOffsetUser), use GraphPosXOffset Property and GraphPosYOffset Property to set the offset amounts.
Example 1
This example returns the position offset type for a line graph map.
Debug.Print LineGraphMap.GraphPosOffsetType
Example 2
This example changes the position offset type to user defined.
LineGraphMap.GraphPosOffsetType=mvPosOffsetUser
Used by: LineGraphMap object