IBubbleChart.ShowBubblesWithNoData

Fore Syntax

ShowBubblesWithNoData: Boolean;

Fore.NET Syntax

ShowBubblesWithNoData: System.Boolean;

Description

The ShowBubblesWithNoData property determines whether bubble chart bubbles which do not have data are displayed.

Comments

The property is set to False by default.

If the property is set to False, the bubbles which do not contain data are not displayed.

Example

The example is given in description of the IBubbleChart.NoDataAxisType property.

See also:

IBubbleChart