PositionAxis Method

The PositionAxis method positions a standard axis in relationship to another axis.

Syntax

object.PositionAxis( type, axisName, dataValue, direction )

 

Parameter Type Description
type Long required, grfPositionAxisType
axisName Variant optional, the name of the axis to position the selected axis relative to
dataValue Variant optional, data value to move axis to
direction Variant optional, grfMoveAxisDir

 

Example

This example shows how to return the position of the Y axis with respect to the X axis.

Axis.PositionAxis(grfPositionDataValue,"Y Axis 1",15,grfMoveYOnly)

 

Used by: AutoAxis object