IChart.BubbleInfo

Fore Syntax

BubbleInfo: IChartBubbleInfo;

Fore.NET Syntax

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

Description

The BubbleInfo property returns settings of the bubble chart.

Comments

The bubble chart allows to display three sets of values. The third value determines the size of the bubble.

Fore and Fore.NET examples

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

See also:

IChart