ASP.NET Pack Programmer's Guide
LinearGauge Members
Constructors Properties Methods Events
 


Represents a linear gauge control.

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

 Public Constructors

  Name Description

LinearGauge

Initializes a new instance of the LinearGauge class.

 Public Properties

  Name Description

AddScriptReferences

Gets or sets a value indicating whether the control should render references to the client scripts. (Inherited from BaseGauge.)

AutoPostBack

Gets or sets a value indicating whether a postback to the server automatically occurs when the value of the gauge changes. (Inherited from BaseGauge.)

ClientScriptLocation

Gets or sets the URL to the MindFusion.Gauges.js file. (Inherited from BaseGauge.)

ClientScriptMode

Gets or sets a value indicating which library will be used in the control's client-side scripts. (Inherited from BaseGauge.)

ControlLoadedScript

Contains the name of a JavaScript function that should be invoked when the control is loaded on the client side. (Inherited from BaseGauge.)

JQueryLocation

Gets or sets the URL to the JQuery script file. (Inherited from BaseGauge.)

LicenseKey

Gets or sets the license key of the control. (Inherited from BaseGauge.)

MsAjaxLocation

Gets or sets the URL to the Microsoft Ajax script file. (Inherited from BaseGauge.)

Orientation

Gets or sets the orientation of the gauge.

PaintBackgroundScript

Contains the name of a JavaScript function that should be invoked when the gauge background is being painted. (Inherited from BaseGauge.)

PaintForegroundScript

Contains the name of a JavaScript function that should be invoked when the gauge foreground is being painted. (Inherited from BaseGauge.)

PaintPointerScript

Contains the name of a JavaScript function that should be invoked when a gauge pointer is being painted. (Inherited from BaseGauge.)

PaintScaleScript

Contains the name of a JavaScript function that should be invoked when a gauge scale is being painted. (Inherited from BaseGauge.)

PaintTickScript

Contains the name of a JavaScript function that should be invoked when a gauge tick is being painted. (Inherited from BaseGauge.)

PrepaintBackgroundScript

Contains the name of a JavaScript function that should be invoked before the gauge background is painted. (Inherited from BaseGauge.)

PrepaintForegroundScript

Contains the name of a JavaScript function that should be invoked before the gauge foreground is painted. (Inherited from BaseGauge.)

PrepaintPointerScript

Contains the name of a JavaScript function that should be invoked before a gauge pointer is painted. (Inherited from BaseGauge.)

PrepaintScaleScript

Contains the name of a JavaScript function that should be invoked before a gauge scale is painted. (Inherited from BaseGauge.)

PrepaintTickScript

Contains the name of a JavaScript function that should be invoked before a gauge tick is painted. (Inherited from BaseGauge.)

Scales

Gets or sets the collection of scales contained in the gauge. (Inherited from BaseGauge.)

 Protected Properties

  Name Description

TagKey

WebControl.TagKey override. (Inherited from BaseGauge.)

 Public Methods

  Name Description

GetElementByName

Returns the VisualElement object corresponding to the specified name. (Inherited from BaseGauge.)

LoadPostData

IPostBackDataHandler.LoadPostData implementation. (Inherited from BaseGauge.)

OnValueChanged

Raises the ValueChanged event. (Inherited from BaseGauge.)

RaisePostDataChangedEvent

IPostBackDataHandler.RaisePostDataChangedEvent implementation. (Inherited from BaseGauge.)

RenderBeginTag

WebControl.RenderBeginTag override. (Inherited from BaseGauge.)

 Protected Methods

  Name Description

OnPreRender

WebControl.OnPreRender override.

Render

WebControl.Render override. (Inherited from BaseGauge.)

RenderContents

WebControl.RenderContents override. (Inherited from BaseGauge.)

 Public Events

  Name Description

ValueChanged

Raised when a pointer's value has changed. (Inherited from BaseGauge.)

 See Also

LinearGauge Class
MindFusion.Gauges.WebForms Namespace