IVZTreeItems

Assembly: Visualizators;

Namespace: Prognoz.Platform.Interop.Visualizators;

Description

The IVZTreeItems interface is used to work with the collection of visualizer tree elements.

Inheritance Hierarchy

IVZTreeItems

Comments

The collection of visualizer tree elements can be obtained in the IVZTreeItem.Items property.

Properties

  Property name Brief description
The Count property returns the size of bubble chart elements collection.
The Item property returns item from the collection of tree elements by the selected index.

Methods

  Method name Brief description
The Add method adds the selected element to the collection of visualizer tree items.
The Clear method clears the collection of visualizer tree elements.
The Remove method removes the tree element from the collection by the selected index.

See also:

Visualizators Assembly Interfaces