IVZPiesArray.Item

Fore syntax

Item(Index: Integer): IVZMapChartPie;

Fore.NET syntax

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

Parameters

Index. Pie factor index.

Description

The Item property returns pie factor by its index.

Comments

To get the number of pie factors in the collection, use IVZPiesArray.Count.

See also:

IVZPiesArray