FillColor property



The fill color of a chart series, plot, or text element.

Syntax

Set:     myObject.setFillColor(fColor)
Get: fColor = myObject.getFillColor

Applies to

Series, TextElement, and Plot objects.

Data type

Color. An object of type Color, which is defined in the java.awt package. The default value is Color.lightGray. [[PS: Ref. a topic about accessing java classes.]]

Usage

For a series, the fill color applies to the fill area of a bar or area chart, the Nth slice of a pie chart (where N is the index of the series), and the line color of a line chart.

See also
footnoteBackgroundColor PARAM tag
legendBackgroundColor PARAM tag
plotBackgroundColor PARAM tag
seriesBackgroundColors PARAM tag
titleBackgroundColor PARAM tag