X1MajorGridDisplay

This property controls whether or not major grid lines are displayed on the numeric X-axis. The X-axis can have major and minor grid lines.

Syntax:

setX1MajorGridDisplay(boolean);
boolean = getX1MajorGridDisplay();

where:

boolean

Can be one of the following:

true draws major grid lines on the X-axis, but does not draw minor grid lines. Use the X1MajorGridStep property to control the number of grid lines that are drawn. This value is the default.

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

Example:

setMarkerSizeDefault(60);
setY1MajorGridDisplay(false);
setGraphType(61);
setY1AxisLineDisplay(false);  setX1MajorGridDisplay(true);

scatter graph

setX1MajorGridDisplay(false);

scatter graph

See X1MajorGridStep, X1MajorGridStyle, X1MinorGridDisplay, X1MinorGridStyle.


WebFOCUS