MindFusion.Charting for JavaScript Programmer's Guide
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

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

ignoreMouseEvents
Optional.

Type: Boolean
Boolean. Optional.

 Return Value

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

 See Also

OvalGauge Members
OvalGauge Class
MindFusion.Gauges Namespace