TextColor property



The color of the specified text, for example, the text color applied to series data labels, or x- or y-axis titles.

Syntax

Set:     myObject.setTextColor(tColor)
Get: tColor = myObject.getTextColor

Applies to

Series, TextElement, and Axis objects.

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
footnoteFontColor PARAM tag
legendFontColor PARAM tag
titleFontColor PARAM tag
xAxisTitleFontColor PARAM tag
yAxisTitleFontColor PARAM tag