IBubbleChart.ShowBubblesWithNoData

Fore Syntax

ShowBubblesWithNoData: Boolean;

Fore.NET Syntax

ShowBubblesWithNoData: System.Boolean;

Description

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

Comments

By default the property is set to False.

Is 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