ASP.NET Pack Programmer's Guide
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
Package: OvalGauge.js

 Syntax

JavaScript  Copy Code

function find (id, [parent])

 Parameters

id

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

parent
Optional.

The component or element that contains the OvalGauge to find.

 Return Value

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

 See Also

OvalGauge Members
OvalGauge Class
MindFusion.Gauges Namespace