ReverseOrder Property (AAxis)

Returns or sets whether the direction of an axis is inverted on the object.

Syntax

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.

Where

bReverseOrder can be one of the following:

 

Value

Description

True

The axis direction is inverted.

False *

The axis direction is not inverted.

Comments

 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.

Example

The following statement changes the AAxis direction to be inverted:

axs1.ReverseOrder=True

Applies to

AAxis

See Also

AutoScale, Discrete, Log