IVZBubblesArray.InsertAt

Syntax

InsertAt(Index: Integer; Value: IVZMapChartBubble);

Parameters

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

Value. Bubble indicator.

Description

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

Comments

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

See also:

IVZBubblesArray