MajorTickColor property



The color of the major tick marks.

Syntax

Set:     Axis.setMajorTickColor(tickColor)
Get: tickColor = Axis.getMajorTickColor

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
MajorGridColor property
MinorGridColor property
MinorTickColor property
xAxisMajorTickColor PARAM tag