TransparentFill property



Indicates whether the fill style for the series, plot, legend, footnote, chart title, or axis title area is transparent.

Syntax

Set:     myObject.setTransparentFill(isTransparent)
Get: isTransparent = myObject.getTransparentFill

Applies to

Series, Plot, and TextElement objects.

Data type

boolean. The value is true if the fill style is transparent, and false if the style is solid. The default value is false.

Usage

If TransparentFill is true for a given object (such as a Series object), then the value of FillColor for that object is ignored.

See also
footnoteTransparentFill PARAM tag
legendTransparentFill PARAM tag
plotTransparentFill PARAM tag
seriesTransparentFill PARAM tag
titleTransparentFill PARAM tag
xAxisTitleTransparentFill PARAM tag
yAxisTitleTransparentFill PARAM tag