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