YPosOption Property

The YPosOption property sets the position of the dependent axis relative to the controlling axis when linking multiple axes. Returns a grfPosOption.

Syntax

object.YPosOption

object.YPosOption = YPosOption

 

Parameter Type Description
YPosOption grfPosOption position, top of link axis, bottom of link axis, and custom

 

Example 1

 

'Set the linked axis Y position option to Top

AutoAxisLink.YPosOption = grfPOTop

 

Example 2

 

'Set the linked axis Y position option to Custom

AutoAxisLink.YPosOption = grfPOCustom

 

Used by: AutoAxisLink object