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 a bubble chart data series by specified index.

Comments

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

See also:

IBubbleChartSeries