Y1ScaleMinAuto

This property enables or disables automatic minimum scaling.

Syntax:

setY1ScaleMinAuto(boolean);
boolean = getY1ScaleMinAuto();

where:

boolean

Can be one of the following:

true automatically calculates the minimum value on the Y1-axis. The value assigned to the Y1ScaleMin property is ignored. This value is the default.

false uses value set by Y1ScaleMin.

Example:

setDepthAngle(0); 
setY1ScaleMinAuto(false);
setLegendDisplay(false);
setY1ScaleMin(10.0);
setDepthRadius(0);

bar graph

setY1ScaleMinAuto(true);

bar graph

See Y1ScaleMin, Y1ScaleMax, Y1ScaleMaxAuto, getScaleMin(), getScaleMinAuto(), setScaleMin(), setScaleMinAuto(), getY1ScaleMinAutoValue().


WebFOCUS