Y1ScaleMax

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

Syntax:

setY1ScaleMax(value);
value = getY1ScaleMax();

where:

value

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

Example:

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

bar graph

setY1ScaleMax(20.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 Y1ScaleMaxAuto, Y1ScaleMin, Y1ScaleMinAuto, getScaleMax(), getScaleMaxAuto(), setScaleMax(), setScaleMaxAuto().


WebFOCUS