VisibleMinorGrid property
Indicates whether the minor grid lines on the y-axis are displayed.
Syntax
Set: Axis.setVisibleMinorGrid(isVisible)
Get: isVisible = Axis.getVisibleMinorGrid
Applies to
Axis object.
Data type
boolean. The value is true if the minor grid is visible, and false otherwise. The default value is false.
See also
VisibleMajorGrid property
showXAxisMajorGrids PARAM tag
showYAxisMinorGrids PARAM tag