ChartDirector 7.0 (Perl Edition)
Axis.setReverse
Usage
setReverse([ b ])
Description
Reverse the axis.
For a normal vertical axis, the axis starts from the bottom and increase its value towards the top. For a normal horizontal axis, the axis starts from the left and increase its value towards the right. The setReverse method can be used to reverse the direction of the axis.
Arguments
Argument | Default | Description |
b | true (non-zero) | A true (non-zero) value means the axis is reversed. A false (zero) value means the axis is not reversed. |
Return Value
None
© 2021 Advanced Software Engineering Limited. All rights reserved.