Y1ScaleMaxAuto

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

Syntax:

setY1ScaleMaxAuto(boolean);
boolean = getY1ScaleMaxAuto();

where:

boolean

Can be one of the following:

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

false uses value set by Y1ScaleMax.

Example:

setY1ScaleMaxAuto(false);
setDepthAngle(0);
setY1ScaleMax(20.0);
setLegendDisplay(false);
setY1OffScaleDisplay(true);
setDepthRadius(0);

bar graph

setY1ScaleMaxAuto(true);

bar graph

See Y1ScaleMax, Y1ScaleMin, Y1ScaleMinAuto, getScaleMax(), getScaleMaxAuto(), setScaleMax(), setScaleMaxAuto(), getY1ScaleMaxAutoValue().


WebFOCUS