X1MinorGridStep

This property sets a number of minor grid steps on the X-axis of the graph. When they are displayed, minor grid lines are drawn between the major grid lines and the location of the minor gridlines depends very much on the setting for the major grid lines. When a value is assigned to this property, the X1MinorGridStepAuto property is automatically set to false. If the value assigned to this property results in greater than 50 minor grid lines between each major grid line, the X1MinorGridStepAuto property is automatically set to true.

Syntax:

setX1MinorGridStep(value);
value = getX1MinorGridStep();

where:

value

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

Example:

setGraphType(61); 
setX1MinorGridStep(7.0);

scatter graph

setX1MinorGridStep(4.0);

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 X1MinorGridStepAuto, X1MajorGridStyle, X1MajorGridStepAuto, getGridStep(), setGridStep(), getGridStepAuto(),setGridStepAuto().


WebFOCUS