IVZLegendItems.InsertAt

Syntax

InsertAt(Index: Integer; Value: IVZLegendItem);

Parameters

Index. Index of the position, to which visualizer legend item must be inserted.

Value. Visualizer legend item.

Description

The InsertAt method inserts the specified visualizer legend item to the specified position in the collection.

Comments

To add a legend item to the collection, use IVZLegendItems.Add.

See also:

IVZLegendsItems