IVZPiesArray.InsertAt

Syntax

InsertAt(Index: Integer; Value: IVZMapChartPie);

Parameters

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

Value. Pie indicator.

Description

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

Comments

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

See also:

IVZPiesArray