VZLegendItems

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The VZLegendItems class implements an object used to work with collection of visualizer legend items.

Comments

To implement an object used to work with visualizer legend item, use VZLegendItem.

Fore.NET syntax

Class to get analog of the VZLegendItems class:

None;

Class to get analog of the VZLegendItems class object:

VZLegendItemsClass;

Class object properties inherited from IVZLegendsItems

  Property name Brief description
The Count property returns the number of legend items in the collection.
The Item property returns visualizer legend item by its index.

Class object methods inherited from IVZLegendsItems

  Method name Brief description
The Add method adds a visualizer legend item to collection.
The Clear method clears collection of visualizer legend items.
The InsertAt method inserts the specified visualizer legend item to the specified position in the collection.
The Remove method removes visualizer legend item by its index.

See also:

Visualizators Assembly Classes