IChart.BubbleInfo

Fore Syntax

BubbleInfo: IChartBubbleInfo;

Fore.NET Syntax

BubbleInfo: Prognoz.Platform.Interop.Chart.IChartBubbleInfo;

Description

The BubbleInfo property returns bubble chart settings.

Comments

The bubble chart enables the user to display three sets of values. The third value determines a bubble size.

Fore and Fore.NET Examples

The property use is given in the example for IChartBubbleInfo.BubbleSizeScale.

See also:

IChart