X1MinorGridStepAuto

This property enables or disables automatic grid steps for the X-axis minor grid lines.

Syntax:

setX1MinorGridStepAuto(boolean); 
boolean = getX1MinorGridStepAuto();

where:

boolean

Can be one of the following:

true automatically calculates the number of grid lines on the X-axis. The value assigned to the X1MinorGridStep property is ignored. This value is the default.

false uses the value set by X1MinorGridStep.

Example:

setX1MinorGridStyle(2);
setGraphType(61);
setX1MinorGridDisplay(true);
setX1MinorGridStep(4.0);  setX1MinorGridStepAuto(true);

scatter graph

setX1MinorGridStepAuto(false);

scatter graph

Note: If X1MinorGridStep is set to a negative value or a value that results in greater than 50 minor grid lines between each major grid line, the X1MinorGridStepAuto property is automatically set to true.

See X1MinorGridStep, X1MajorGridStep, X1MajorGridStepAuto, getGridStep(), setGridStep(), getGridStepAuto(), setGridStepAuto().


WebFOCUS