Add(Value: IVZMapChartBar): Integer;
Add(Value: Prognoz.Platform.Interop.Visualizators.VZMapChartBar): integer;
Value. Bar factor.
The Add method adds the specified bar factor to collection on map layer.
To remove bar factor from the collection by its index, use IVZBarsArray.Remove.
To clear collection of bar factors, use IVZBarsArray.Clear.
The method use is given in the example for IVZMapChartLayer.Bars.
See also: