BubbleChartObjectCollection.IsVisible

Syntax

IsVisible: Boolean

Description

The IsVisible property determines if collection objects are visible.

Comments

Use JSON or the setIsVisible method to set the property value and the getIsVisible method to get the property value.

If the property is set to True, collection objects are shown in the bubble chart, if the property is set to False, the objects are not displayed.

Example

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

See also:

BubbleChartObjectCollection