LineColor property
The color of the x- or y-axis line.
Syntax
Set: Axis.setLineColor(axisColor)
Get: axisColor = Axis.getLineColor
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
MajorTickColor property
MinorGridColor property
MinorTickColor property
xAxisLineColor PARAM tag
yAxisLineColor PARAM tag