ChartSymbol.Opacity

Syntax

Opacity: Number;

Description

The Opacity property determines transparency for a bubble chart bubble symbol.

Comments

Use JSON or the setOpacity method to set the property value and the getOpacity method to get the property value.

Opacity values range between 0 to 1.

Example

The example of property use is given in description of the ChartSymbol constructor.

See also:

ChartSymbol