IVZPiesArray.InsertAt

Fore syntax

InsertAt(Index: Integer; Value: IVZMapChartPie);

Fore.NET syntax

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

Parameters

Index. Index of the position, to which pie factor must be inserted.

Value. Pie factor.

Description

The InsertAt method inserts the specified pie factor to the specified position in the collection.

Comments

To add a pie factor to the collection, use IVZMapChartArrows.Add.

See also:

IVZPiesArray