IDashboardVisualizers.FindById

Syntax

FindById(Id: String): IDashboardVisualizer;

Parameters

Id. Visualizer identifier.

Description

The FindById method searches for visualizer by the specified identifier.

Comments

The method returns visualizer settings in case of successful search and Null if the visualizer with the specified identifier is absent in the collection.

See also:

IDashboardVisualizers