X1ScaleMinAuto

This property enables or disables automatic minimum scaling.

Syntax:

setX1ScaleMinAuto(boolean);
boolean = getX1ScaleMinAuto();

where:

boolean

Can be one of the following:

true automatically calculates minimum scale. This value is the default.

false uses the value set by X1ScaleMin.

Example:

setX1MinorGridStyle(2);
setMarkerSizeDefault(60);
setX1ScaleMax(50.0);
   setX1ScaleMinAuto(false);
setGraphType(61);
setX1ScaleMin(15.0);
setX1MinorGridDisplay(true);
setX1MinorGridStep(4.0);
setX1ScaleMaxAuto(false);
setUseSeriesShapes(true);

scatter graph

setX1ScaleMinAuto(true);

scatter graph

See X1ScaleMin, X1ScaleMax, X1ScaleMaxAuto, getScaleMin(), setScaleMin(), getScaleMinAuto(), setScaleMinAuto(), getX1ScaleMinAutoValue().


WebFOCUS