IVZBubblesArray.Item

Fore syntax

Item(Index: Integer): IVZMapChartBubble;

Fore.NET syntax

Item(Index: integer): Prognoz.Platform.Interop.Visualizators.VZMapChartBubble);

Parameters

Index. Bubble factor index.

Description

The Item property returns bubble factor by its index.

Comments

To get the number of bar factors in the collection, use IVZBubblesArray.Count.

See also:

IVZBubblesArray