InsertAt(Index: Integer; Value: IVZMapChartPie);
InsertAt(Index: integer; Value: Prognoz.Platform.Interop.Visualizators.VZMapChartPie);
Index. Index of the position, to which pie factor must be inserted.
Value. Pie factor.
The InsertAt method inserts the specified pie factor to the specified position in the collection.
To add a pie factor to the collection, use IVZMapChartArrows.Add.
See also: