Search
BaseGauge.getElementByName Method
See Also
 






Returns the VisualElement object corresponding to the specified name.

Namespace: MindFusion.Gauges
File: BaseGauge.js

 Syntax

JavaScript  Copy Code

function getElementByName (name)

 Parameters

name

String. The name of the object to find.

 See Also