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

 Syntax

JavaScript  Copy Code

function create (element)

 Parameters

element

The DOM element that the OvalGauge should be attached to.

 Return Value

A OvalGauge object that represents the newly created gauge.

 See Also

OvalGauge Members
OvalGauge Class
MindFusion.Gauges Namespace