IVZBarsArray.Add

Fore syntax

Add(Value: IVZMapChartBar): Integer;

Fore.NET syntax

Add(Value: Prognoz.Platform.Interop.Visualizators.VZMapChartBar): integer;

Parameters

Value. Bar factor.

Description

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

Comments

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

To clear collection of bar factors, use IVZBarsArray.Clear.

Fore and Fore.NET examples

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

See also:

IVZBarsArray