IVZBarsArray.Item

Fore syntax

Item(Index: Integer): IVZMapChartBar;

Fore.NET syntax

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

Parameters

Index. Bar factor index.

Description

The Item property returns bar factor by its index.

Comments

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

See also:

IVZBarsArray