CimAxis.Direction (property)

Gets and sets the axis direction or flow.
Syntax: ApDirectionEnum = object.Direction
object.Direction = ApDirectionEnum
Description: CimAxis.Direction contains the direction or flow in which data increases.

The value of this property defaults to apDirectionForward.

Notes

On an X axis, a forward direction causes the values to increase from left to right and a backward direction causes the values to increase from right to left.

On a Y axis, a forward direction causes the values to increase from bottom to top and a backward direction causes the values to increase from top to bottom.