Search
OvalGauge.create Method
See Also
 






Creates and initializes a new OvalGauge from the specified element. This method is static and can be called without creating an instance of the class.

Namespace: MindFusion.Gauges
File: OvalGauge.js

 Syntax

JavaScript  Copy Code

function create (element, [ignoreMouseEvents])

 Parameters

element

Object. The DOM element that the OvalGauge should be attached to.

ignoreMouseEvents
Optional.

Boolean. Optional.

 Return Value

OvalGauge. A OvalGauge object that represents the newly created gauge.

 See Also