MinorGridColor property



The color of the minor grid lines.

Syntax

Set:     Axis.setMinorGridColor(gridColor)
Get: gridColor = Axis.getMinorGridColor

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.]]

Usage

[[PS: Add if applicable.]]

Example
MinorGridColor property example

See also
LineColor property
MajorGridColor property
MajorTickColor property
MinorTickColor property
xAxisMinorGridColor PARAM tag
yAxisMinorGridColor PARAM tag