Y2MajorGridDisplay

This property enables or disables the display of major grid lines on the Y2-axis. The Y2-axis can include major and minor grid lines.

Syntax:

setY2MajorGridDisplay(boolean);
boolean = getY2MajorGridDisplay();

where:

boolean

Can be one of the following:

false does not draw major grid lines on the Y2-axis.

true draws major grid lines on the Y2-axis. Use the Y2MajorGridStep property to control the number of grid lines that are drawn. Use the Y2MajorGridStyle property to control the appearance of major grid lines. This value is the default.

Example:

setGraphType(21);
   setY2MajorGridDisplay(false);
setDepthAngle(0);
setLegendDisplay(false);
setDepthRadius(0);

bi-polar bar graph

setY2MajorGridDisplay(true);

bi-polar bar graph

See Y2MajorGridStyle, Y2MinorGridDisplay, Y2MinorGridStyle, getGridStyle(), setGridStyle().


WebFOCUS