BubbleChartObject.IsVisible

Syntax

IsVisible: Boolean;

Description

The IsVisible property determines whether bubble chart item is 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, bubble chart item is visible, if the property is set to False, it is invisible.

Example

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

See also:

BubbleChartObject