This property enables or disables automatic calculation of the number grid steps for Y1-axis minor grid lines.
Syntax:
setY1MinorGridStepAuto(boolean);
boolean = getY1MinorGridStepAuto();
where:
Can be one of the following:
true automatically calculates the number of minor grid steps on the Y1-axis. This value is the default.
false uses the value set by Y1MinorGridStep.
Example:
setDepthAngle(0);
setY1MinorGridDisplay(true);
setY1MinorGridStepAuto(false);
setY1MinorGridStep(7);
setLegendDisplay(false);
setDepthRadius(0);
Note: If Y1MinorGridStep is set to a negative value or a value that results in greater than 50 minor grid lines between each major grid line, the Y1MinorGridStepAuto property is automatically set to true.
See Y1MajorGridStep, Y1MajorGridStepAuto, getGridStep(), getGridStepAuto(), setGridStep(), setGridStepAuto().
| WebFOCUS | |
|
Feedback |