X1AxisDescending

This property is used to change the direction of the X-axis.

Note: This property also reverses the order of the axis labels and changes all data-related objects (for example, markers) from their previous state.

Syntax:

setX1AxisDescending(boolean);
boolean = getX1AxisDescending();

where:

boolean

Can be one of the following:

true draws axis labels in descending order from left to right on the X-axis.

false draws axis labels in ascending order from left to right on the X-axis. This value is the default.

Example:

setX1AxisDescending(true);
setY1MajorGridDisplay(false);
setGraphType(61);
setY1AxisLineDisplay(false);
setX1MajorGridDisplay(false);

scatter graph

setX1AxisDescending(false);

scatter graph

See getAxisDescending(), setAxisDescending().


WebFOCUS