InsertAt(Index: Integer; Value: IVZLegendItem);
InsertAt(Index: integer; Value: Prognoz.Platfrom.Interop.Visualizators.VZLegendItem);
Index. Index of the position, to which visualizer legend item must be inserted.
Value. Visualizer legend item.
The InsertAt method inserts the specified visualizer legend item to the specified position in the collection.
To add a legend item to the collection, use IVZLegendItems.Add.
See also: