IBubbleChartSeries.Item

Fore Syntax

Item(Index: Integer): IBubbleChartSerie;

Fore.NET Syntax

Item[Index: Integer]: Prognoz.Platform.Interop.Chart.IBubbleChartSerie;

Parameters

Index. The data series index.

Description

The Item property returns the bubble chart data series by the specified index.

Comments

Each data series corresponds to a separate bubble displayed in the animation area. The Item property returns various properties that determine bubble display parameters.

See also:

IBubbleChartSeries