IDashboardVisualizers

Assembly: Dashboard;

Description

The IDashboardVisualizers interface is used to work with the collection of information panel visualizers.

Inheritance Hierarchy

IDashboardVisualizers

Comments

The collection of visualizers can be obtained using the IDashboard.Visualizers property.

Properties

  Property name Brief description
Count The Count property returns the number of visualizers in the collection.
Item The Item property returns settings of visualizer with the specified index.

Methods

  Method name Brief description
FindById The FindById method searches for visualizer by the specified identifier.
FindByKey The FindByKey method searches for visualizer by the specified key.
IndexOf The IndexOf method returns index in the collection for the specified visualizer.

See also:

Dashboard Assembly Interfaces