IVZBarsArray.InsertAt

Fore syntax

InsertAt(Index: Integer; Value: IVZMapChartBar);

Fore.NET syntax

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

Parameters

Index. Index of the position, to which bar factor must be inserted.

Value. Bar factor.

Description

The InsertAt method inserts the specified bar factor to the specified position in the collection.

Comments

To add a bar factor to the collection, use IVZBarsArray.Add.

See also:

IVZBarsArray