ASP.NET Pack Programmer's Guide
BaseGauge(T) Members
Constructors Properties Methods Events
 


Represents the base class of linear and oval gauges.

The following tables list the members exposed by the BaseGauge(T) type.

 Protected Constructors

  Name Description

BaseGauge

Initializes a new instance of the BaseGauge class.

 Public Properties

  Name Description

AddScriptReferences

Gets or sets a value indicating whether the control should render references to the client scripts.

AutoPostBack

Gets or sets a value indicating whether a postback to the server automatically occurs when the value of the gauge changes.

ClientScriptLocation

Gets or sets the URL to the MindFusion.Gauges.js file.

ClientScriptMode

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

ControlLoadedScript

Contains the name of a JavaScript function that should be invoked when the control is loaded on the client side.

JQueryLocation

Gets or sets the URL to the JQuery script file.

LicenseKey

Gets or sets the license key of the control.

MsAjaxLocation

Gets or sets the URL to the Microsoft Ajax script file.

PaintBackgroundScript

Contains the name of a JavaScript function that should be invoked when the gauge background is being painted.

PaintForegroundScript

Contains the name of a JavaScript function that should be invoked when the gauge foreground is being painted.

PaintPointerScript

Contains the name of a JavaScript function that should be invoked when a gauge pointer is being painted.

PaintScaleScript

Contains the name of a JavaScript function that should be invoked when a gauge scale is being painted.

PaintTickScript

Contains the name of a JavaScript function that should be invoked when a gauge tick is being painted.

PrepaintBackgroundScript

Contains the name of a JavaScript function that should be invoked before the gauge background is painted.

PrepaintForegroundScript

Contains the name of a JavaScript function that should be invoked before the gauge foreground is painted.

PrepaintPointerScript

Contains the name of a JavaScript function that should be invoked before a gauge pointer is painted.

PrepaintScaleScript

Contains the name of a JavaScript function that should be invoked before a gauge scale is painted.

PrepaintTickScript

Contains the name of a JavaScript function that should be invoked before a gauge tick is painted.

Scales

Gets or sets the collection of scales contained in the gauge.

 Protected Properties

  Name Description

TagKey

WebControl.TagKey override.

 Public Methods

  Name Description

GetElementByName

Returns the VisualElement object corresponding to the specified name.

LoadPostData

IPostBackDataHandler.LoadPostData implementation.

OnValueChanged

Raises the ValueChanged event.

RaisePostDataChangedEvent

IPostBackDataHandler.RaisePostDataChangedEvent implementation.

RenderBeginTag

WebControl.RenderBeginTag override.

 Protected Methods

  Name Description

OnPreRender

WebControl.OnPreRender override.

Render

WebControl.Render override.

RenderContents

WebControl.RenderContents override.

 Public Events

  Name Description

ValueChanged

Raised when a pointer's value has changed.

 See Also

BaseGauge(T) Class
MindFusion.Gauges.WebForms Namespace