Y1AxisDescending

This property can be used to change the direction of the Y1-axis.

Syntax:

setY1AxisDescending(boolean); 
boolean = getY1AxisDescending();

where:

boolean

Can be one of the following:

true draws labels on Y1-axis in descending order, from top-to-bottom in a vertical graph or from right-to-left in a horizontal graph. This property also reverses the order of the axis labels and changes all data-related objects (markers) from their previous state.

false draws labels on Y1-axis in ascending order, from bottom-to-top in a vertical graph or from left-to-right in a horizontal graph Y1-axis. This value is the default.

Example:

setY1AxisDescending(true);
setDepthAngle(0);
setDepthRadius(0);
setLegendDisplay(false);

bar graph

setY1AxisDescending(false);

bar graph

See getAxisDescending(), setAxisDescending().


WebFOCUS