XPosOption Property
The XPosOption property sets the position of the x-axis when linking multiple axes. Returns a grfPosOption.
Syntax
object.XPosOption
object.XPosOption = XPosOption
Parameter | Type | Description |
XPosOption | grfPosOption | sets the position left of link axis, right of link axis, custom, and none |
Example 1
'Set the linked axis X position option to Left
AutoAxisLink.XPosOption = grfPOLeft
Example 2
'Set the linked axis X position option to Right
AutoAxisLink.XPosOption = grfPORight
Used by: AutoAxisLink object