Y1ScaleMin

This property specifies the minimum data value that can be used to manually image the graph and its axis. When a value is assigned to this property, the Y1ScaleMinAuto property must be set to false.

Syntax:

setY1ScaleMin(value);
value = getY1ScaleMin();

where:

value

Is any value. This value is a Java double-precision number. 0.0 is the default value.

Example:

setY1ScaleMinAuto(false);
setDepthAngle(0);  setY1ScaleMin(20.0);
setLegendDisplay(false);
setY1OffScaleDisplay(true);
setDepthRadius(0);

bar graph

setY1ScaleMin(10.0);

bar graph

Note: If Y1ScaleMax is set to a value less than Y1ScaleMin, the values will be automatically switched and the Y1AxisDescending property will be set to true.

See Y1ScaleMinAuto, Y1ScaleMax, Y1ScaleMaxAuto, getScaleMin(), getScaleMinAuto(), setScaleMin(), setScaleMinAuto().


WebFOCUS