IVZBubblesArray.Add

Syntax

Add(Value: IVZMapChartBubble): Integer;

Parameters

Value. Bubble indicator.

Description

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

Comments

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

To clear the collection of bubble indicators, use IVZBubblesArray.Clear.

Example

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

See also:

IVZBubblesArray