Y2AxisDescending

This property changes the direction of the Y2-axis.

Syntax:

setY2AxisDescending(boolean);
boolean = getY2AxisDescending();

where:

boolean

Can be one of the following:

true for descending order, drawn 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 for ascending order, drawn from bottom-to-top in a vertical graph or from left-to-right in a horizontal graph. This value is the default.

Example:

setY2AxisDescending(true);
setDepthAngle(0);
setGraphType(21);
setY2AxisLineDisplay(false); 
setDepthRadius(0);
setLegendDisplay(false);

bi-polar bar graph

setY2AxisDescending(false);

bi-polar bar graph

See setAxisDescending(), getAxisDescending().


WebFOCUS