InsertAt(Index: Integer; Value: IVZMapChartBubble);
InsertAt(Index: integer; Value: Prognoz.Platform.Interop.Visualizators.VZMapChartBubble);
Index. Index of the position, to which bubble factor must be inserted.
Value. Bubble factor.
The InsertAt method inserts the specified bubble factor to the specified position in the collection.
To add a bubble factor to the collection, use IVZBubblesArray.Add.
See also: