Y1MinorTickStepAuto

This property enables or disables automatic calculation of minor tick marks on the Y1 axis. When this property is enabled, the Y1MinorTickStep property is ignored.

Syntax:

setY1MinorTickStepAuto (boolean);
boolean = getY1MinorTickStepAuto ();

where:

boolean

Can be one of the following:

true automatically calculates the number of tick steps on the X-axis. This value is the default.

false uses the value set by Y1MinorTickStep.


WebFOCUS