IVZPiesArray.Add

Fore syntax

Add(Value: IVZMapChartPie): Integer;

Fore.NET syntax

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

Parameters

Value. Pie factor.

Description

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

Comments

To remove pie factor from the collection by its index, use IVZPiesArray.Remove.

To clear collection of pie factors, use IVZPiesArray.Clear.

Fore and Fore.NET examples

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

See also:

IVZPiesArray