Y2ScaleMin

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 Y2ScaleMinAuto property is automatically set to false.

Syntax:

setY2ScaleMin(value);
value = getY2ScaleMin();

where:

value

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

Example:

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

bi-polar bar graph

setY2ScaleMin(10.0);

bi-polar bar graph

Note: If Y2ScaleMax is set to a value less than Y2ScaleMin, the values will be automatically switched and Y2AxisDescending will be set to true.

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


WebFOCUS