VisibleMajorGrid property
Indicates whether the major grid lines for the axis are displayed on the chart plot.
Syntax
Set: Axis.setVisibleMajorGrid(isVisible)
Get: isVisible = Axis.getVisibleMajorGrid()
Applies to
Axis object.
Data type
boolean. The value is true if the major grid is visible, and false otherwise. The default value is true.
Usage
After setting this property, call refresh() to redraw the chart.
See also
VisibleMinorGrid property
showXAxisMajorGrids PARAM tag
showYAxisMajorGrids PARAM tag