IVZPiesArray.Add

Syntax

Add(Value: IVZMapChartPie): Integer;

Parameters

Value. Pie indicator.

Description

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

Comments

To delete the pie indicator from the collection by its index, use the IVZPiesArray.Remove method.

To clear the collection of pie indicators, use the IVZPiesArray.Clear method.

Example

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

See also:

IVZPiesArray