Assembly: Dashboard;
The IDashboardVisualizers interface is used to work with the collection of information panel visualizers.
IDashboardVisualizers
The collection of visualizers can be obtained using the IDashboard.Visualizers property.
| 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. |
| 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: