Search
BaseGauge Members
Constructors Properties Methods
 


Represents the base class of linear and oval gauges.

The following tables list the members exposed by the BaseGauge type.

 Public Constructors

  Name Description

BaseGauge

Creates an instance of BaseGauge.

 Public Properties

  Name Description

autoPostBack

Gets or sets a value indicating whether the control will post back to the server when a pointer's value has changed.

licenseLocation

Gets or sets the URL of the gauge's license file.

scales

Returns the array of all scales in this gauge.

 Public Methods

  Name Description

addScale

Adds a scale to the gauge.

fromJson

Deserializes the gauge from a JSON string.

getElementByName

Returns the VisualElement object corresponding to the specified name.

removeScale

Removes a scale from the gauge.

toJson

Serializes the gauge into a JSON string.

 See Also