MajorGridColor property
The color of the major grid lines.
Syntax
Set: Axis.setMajorGridColor(gridColor)
Get: gridColor = Axis.getMajorGridColor
Applies to
Axis object.
Data type
Color. An object of type Color, which is defined in the java.awt package. The default value is Color.black. [[PS: Ref. a topic about accessing java classes.]]
See also
MajorTickColor property
MinorGridColor property
MinorTickColor property
xAxisMajorGridColor PARAM tag
yAxisMajorGridColor PARAM tag