IVZTreeItems

Assembly: 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
Count

The Count property returns the size of bubble chart elements collection.
Item

The Item property returns item from the collection of tree elements by the selected index.

Methods

  Method name Brief description
Add

The Add method adds the selected element to the collection of visualizer tree items.
Clear

The Clear method clears the collection of visualizer tree elements.
Remove

The Remove method removes the tree element from the collection by the selected index.

See also:

Visualizators Assembly Interfaces