Returns or sets whether the direction of an axis is inverted on the object.
Object.ReverseOrder [ = bReverseOrder ]
The ReverseOrder property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AAxis |
AAxis object |
|
bReverseOrder |
Bool |
A boolean expression that specifies whether the direction of an axis is inverted. |
bReverseOrder can be one of the following:
|
Value |
Description |
|
True |
The axis direction is inverted. |
|
False * |
The axis direction is not inverted. |
Setting the property to TRUE for axis displayed horizontally will cause the minimum value to be represented by the right side. On Vertical axis the topside will represent the minimum value.
The following statement changes the AAxis direction to be inverted:
axs1.ReverseOrder=True