MindFusion.Charting for JavaScript Programmer's Guide
LinearGauge.create Method
See Also
 






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

Namespace: MindFusion.Gauges
File: LinearGauge.js

 Syntax

JavaScript  Copy Code

function create (element, [ignoreMouseEvents])

 Parameters

element

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

ignoreMouseEvents
Optional.

Type: Boolean
Boolean. Optional.

 Return Value

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

 See Also

LinearGauge Members
LinearGauge Class
MindFusion.Gauges Namespace