ChartSeriePoint.Opacity

Syntax

Opacity: Number

Description

The Opacity property determines level of bubble chart bubble transparency.

Comments

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

This property contains a numeric value between zero to one inclusive. The value 0 corresponds to a transparent bubble, the value 1 - to a non-transparent bubble.

Example

The example of property use is given in the page ChartSerie Constructor.

See also:

ChartSeriePoint