Search
OvalGauge.find Method
See Also
 






Returns the specified OvalGauge object. This member is static and can be invoked without creating an instance of the class.

Namespace: MindFusion.Gauges
File: OvalGauge.js

 Syntax

JavaScript  Copy Code

function find (id)

 Parameters

id

String. A string that contains the ID of the OvalGauge to find.

 Return Value

OvalGauge. A OvalGauge object that contains the gauge requested by id, if found; otherwise, null.

 See Also