IVZBubblesArray.InsertAt

Fore syntax

InsertAt(Index: Integer; Value: IVZMapChartBubble);

Fore.NET syntax

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

Parameters

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

Value. Bubble factor.

Description

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

Comments

To add a bubble factor to the collection, use IVZBubblesArray.Add.

See also:

IVZBubblesArray