GaugeMinorAutoStep

When the GraphType property is set to 110 (gauge graph), this property enables or disables automatic calculation of the number of minor grid steps. When automatic calculation is disabled, the Y1MinorGridStep property defines the number of minor grid steps in the gauge.

Syntax:

setGaugeMinorAutoStep(boolean);
boolean = getGaugeMinorAutoStep();

where:

boolean

Can be one of the following:

true automatically calculates the number of minor grid steps.

false uses the number of minor grid steps set by the Y1MinorGridStep property. This value is the default.


WebFOCUS