IVZBubblesArray.Add

Fore syntax

Add(Value: IVZMapChartBubble): Integer;

Fore.NET syntax

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

Parameters

Value. Bubble factor.

Description

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

Comments

To remove bubble factor from the collection by its index, use IVZBubblesArray.Remove.

To clear collection of bubble factors, use IVZBubblesArray.Clear.

Fore and Fore.NET examples

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

See also:

IVZBubblesArray