Y2ScaleMaxAuto

This property enables or disables use of the value assigned to the setY2ScaleMax property.

Syntax:

setY2ScaleMaxAuto(boolean);
boolean = getY2ScaleMaxAuto();

where:

boolean

Can be one of the following:

true automatically calculates the maximum value on the Y2-axis. This value is the default.

false uses value set by Y2ScaleMax.

Example:

setY2ScaleMaxAuto(false);
setDepthAngle(0);
setY2ScaleMax(20.0);
setLegendDisplay(false);
setY2OffScaleDisplay(true);
setDepthRadius(0);
setGraphType(21);

bi-polar bar graph

setY2ScaleMaxAuto(true);

bi-polar bar graph

See Y2ScaleMax, Y2ScaleMin, Y2ScaleMinAuto, getScaleMax(), getScaleMaxAuto(), setScaleMax(), setScaleMaxAuto().


WebFOCUS