IVZBarsArray.Add

Syntax

Add(Value: IVZMapChartBar): Integer;

Parameters

Value. Bar indicator.

Description

The Add method adds the specified bar indicator to the collection on the map layer.

Comments

To remove bar indicator from the collection by its index, use IVZBarsArray.Remove.

To clear the collection of bar indicators, use IVZBarsArray.Clear.

Example

The method use is given in the example for IVZMapChartLayer.Bars.

See also:

IVZBarsArray