Y1MinorGridDisplay

This property enables or disables the display of minor grid lines on the Y1-axis. The Y1-axis can include major and minor grid lines. In the default configuration, major grid lines are displayed and minor grid lines are not displayed.

Syntax:

setY1MinorGridDisplay(boolean);
boolean = getY1MinorGridDisplay();

where:

boolean

Can be one of the following:

true draws minor grid lines on the Y1-axis. Use the Y1MinorGridStep property to control the number of grid lines that are drawn. Use Y1MinorGridStyle to control the appearance of minor grid lines.

false does not draw minor grid lines on the Y1-axis. This value is the default.

Example:

setDepthAngle(0);
setLegendDisplay(false);
setY1MajorGridDisplay(false);  setY1MinorGridDisplay(true); 
setDepthRadius(0);

bar graph

setY1MajorGridDisplay(true);  setY1MinorGridDisplay(false);

bar graph

See Y1MajorGridDisplay, Y1MajorGridStyle, Y1MinorGridStepAuto, Y1MinorGridStyle, getGridStyle(), setGridStyle().


WebFOCUS