Y2MinorGridStep

This property sets a number of minor grid steps on the Y2-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 depend very much on the setting for the major grid lines. When a value is assigned to this property, the Y2MinorGridStepAuto 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 Y2MinorGridStepAuto property is automatically set to true.

Syntax:

setY2MinorGridStep(value);
value = getY2MinorGridStep();

where:

value

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

Example:

setDepthAngle(0);
setDepthRadius(0);
setGraphType(21);
setLegendDisplay(false);
setY2MinorGridStepAuto(false);  setY2MinorGridStep(7.0);

bi-polar bar graph

setY2MinorGridStep(5.0);

bi-polar bar graph

Note: If Y2MinorGridStep is set to a negative value or a value resulting in greater than 50 minor grid lines between each major grid line, Y2MinorGridStepAuto is set to true.

See Y2MinorGridStepAuto, Y2MajorGridStep, Y2MajorGridStepAuto, getGridStep(), getGridStepAuto(), setGridStep(), setGridStepAuto().


WebFOCUS