plotAlpha

Sets the transparency of chart elements (bars, lines, points, etc.). A value of 0 indicates complete transparency (i.e., chart elements not visible), and a value of 1 indicates complete opacity.

Type

Number between 0 and 1

Example

Chart1.plotAlpha = .5;

plotAlpha

Either syntax below can be used in component script:

plotAlpha          // unqualified
Chart1.plotAlpha   // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.