Y2ScaleMinAuto

This property enables or disables automatic minimum scaling. When this property is set to true, the value assigned to the Y2ScaleMin property is ignored.

Syntax:

setY2ScaleMinAuto(boolean);
boolean = getY2ScaleMinAuto();

where:

boolean

Can be one of the following:

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

false uses value set by Y2ScaleMin.

Example:

setGraphType(21);
setDepthAngle(0);  setY2ScaleMinAuto(false);
setY2ScaleMin(10.0);
setDepthRadius(0);

bi-polar bar graph

setY2ScaleMinAuto(true);

bi-polar bar graph

See Y2ScaleMin, Y2ScaleMax, Y2ScaleMaxAuto, getScaleMin(), getScaleMinAuto(), setScaleMin(), setScaleMinAuto().


WebFOCUS