IVZBarsArray.InsertAt

Syntax

InsertAt(Index: Integer; Value: IVZMapChartBar);

Parameters

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

Value. Bar indicator.

Description

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

Comments

To add a bar indicator to the collection, use IVZBarsArray.Add.

See also:

IVZBarsArray