X1ScaleMin

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

Syntax:

setX1ScaleMin(value);
value = getX1ScaleMin();

where:

value

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

Example:

setGraphType(61);
setX1ScaleMaxAuto(false);  setX1ScaleMin(20.0);

scatter graph

setX1ScaleMin(4.0);

scatter graph

Note: If X1ScaleMax is set to a value less than X1ScaleMin, the values will be automatically switched and the X1AxisDescending property will be set to true.

See X1ScaleMinAuto, X1ScaleMax, X1ScaleMaxAuto, getScaleMin(), setScaleMin(), getScaleMinAuto(), setScaleMinAuto().


WebFOCUS