| | Name | Description |
 | AccessKey | Overridden.
Access key property.
|
 | AntiAliasing |
Gets or sets the smoothing (antialiasing) mode for all elements in the
gauge container.
|
 | AppRelativeTemplateSourceDirectory | Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control. (Inherited from System.Web.UI.Control) |
 | Attributes | Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. (Inherited from System.Web.UI.WebControls.WebControl) |
 | AutoLayout |
Determines if the location and size of all circular and linear gauges is to be
calculated automatically for the best fit.
|
 | BackColor | Gets or sets the background color of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
 | BackFrame |
Gets or sets the frame attributes of the gauge container.
|
 | BorderColor | Overridden.
Should not be used.
|
 | BorderStyle | Overridden.
Should not be used.
|
 | BorderWidth | Overridden.
Should not be used.
|
 | CallbackManager |
Gets the callback manager object which can be used to disable callback updates,
execute JavaScript code and update other controls during the handling of the Callback
and Clickevents.
|
 | CircularGauges |
Gets a collection containing all circular gauges of the control.
|
 | ClientID | Gets the server control identifier generated by ASP.NET. (Inherited from System.Web.UI.Control) |
 | Compression |
Image compression value. Ranges from 0 to 100 percent, used for JPEGs.
|
 | Controls | Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy. (Inherited from System.Web.UI.Control) |
 | ControlStyle | Gets the style of the Web server control. This property is used primarily by control developers. (Inherited from System.Web.UI.WebControls.WebControl) |
 | ControlStyleCreated | Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers. (Inherited from System.Web.UI.WebControls.WebControl) |
 | CssClass | Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client. (Inherited from System.Web.UI.WebControls.WebControl) |
 | DataMember | Gets or sets the name of the list of data that the data-bound control binds to, in cases where the data source contains more than one distinct list of data items. (Inherited from System.Web.UI.WebControls.DataBoundControl) |
 | DataSource | Overridden.
Gets or sets the source containing a list of values used to populate history data.
|
 | DataSourceID | Gets or sets the ID of the control from which the data-bound control retrieves its list of data items. (Inherited from System.Web.UI.WebControls.DataBoundControl) |
 | DataSourceObject | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
 | Enabled | Gets or sets a value indicating whether the Web server control is enabled. (Inherited from System.Web.UI.WebControls.WebControl) |
 | EnableViewState | Overridden.
Gets or sets a boolean value that determines if state management is enabled.
|
 | Font | Gets the font properties associated with the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
 | ForeColor | Overridden.
Should not be used.
|
 | HasAttributes | Gets a value indicating whether the control has attributes set. (Inherited from System.Web.UI.WebControls.WebControl) |
 | Height | Overridden.
Height of the gauge container. Should be UnitType.Pixel.
|
 | ID | Gets or sets the programmatic identifier assigned to the server control. (Inherited from System.Web.UI.Control) |
 | Images |
Gets a collection containing gauge images of the control.
|
 | ImageType |
Determines the type of image to be rendered. Can be Png, Jpg, Bmp, Flash, etc. When
the RenderType property is set to RenderType.RealTimeStreaming"
this property also determines if the real time streaming will be image based or Flash based.
|
 | ImageUrl |
Gauge image's absolute or relative URL, which determines the location where the gauge image is saved. Only
used when the image is rendered as an IMG tag or INPUT tag.
|
 | IsCallback |
Gets a value indicating whether this request is an AJAX callback.
|
 | IsRealTimeDataRequest |
Gets a value indicating whether the control is being loaded in
response to a real time data request, or if it is being loaded
and accessed for the first time.
|
 | Labels |
Gets a collection containing the labels of the control.
|
 | LinearGauges |
Gets a collection containing all linear gauges of the control.
|
 | LoadingControlImage |
Gets or sets the location of the image which is displayed while the control's
DLL is being loaded from the server. Applies only when the GaugeContainer
is renders as a Windows Forms control hosted in a web browser.
|
 | LoadingDataImage |
Gets or sets the location of the image which is displayed while the control's
data is being loaded from the server. Applies only when the GaugeContainer
is renders as a Windows Forms control hosted in a web browser.
|
 | LoadingDataText |
Gets or sets the text message which is displayed while the control's
data is being loaded from the server. Applies only when the GaugeContainer
is renders as a Windows Forms control hosted in a web browser.
|
 | MapAreas |
Map area collection, which contains custom map areas.
|
 | MapEnabled |
Determines if client-side image maps are enabled.
|
 | NamedImages |
Gets a collection containing all named images in the control.
|
 | NamingContainer | Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value. (Inherited from System.Web.UI.Control) |
 | NumericIndicators |
Gets a collection containing all numeric indicators of the control.
|
 | Page | Gets a reference to the Page instance that contains the server control. (Inherited from System.Web.UI.Control) |
 | Parent | Gets a reference to the server control's parent control in the page control hierarchy. (Inherited from System.Web.UI.Control) |
 | RealTimeDataInterval |
Determines how often (in seconds) the Windows Forms control will poll
the Web server in order to retrieve real-time data. When the server if
polled the RealTimeData event is fired.
This event must be handled on the server in order to provide the real time
data.
|
 | RefreshRate |
Gets or sets the refresh rate of the entire gauge container in redraws per
second.
|
 | RenderAsControl |
Determines if the gauge should be rendered as a WinForms control.
|
 | RenderType |
Determines if the gauge should be rendered as an image tag, input tag,
binary data stream or image map.
|
 | RightToLeft |
Indicates whether the control should draw right-to-left for RTL languages.
|
 | SelectionBorderColor |
Determines the border color of the selection.
|
 | SelectionMarkerColor |
Determines the fill color of the markers of a selected element.
|
 | Serializer |
Gets the gauge serializer object which can be used to load
or save all attributes of the gauge container and its children.
|
 | ShadowIntensity |
Gets or sets the intensity of all shadows, measured as a percentage.
|
 | Site | Gets information about the container that hosts the current control when rendered on a design surface. (Inherited from System.Web.UI.Control) |
 | StateIndicators |
Gets a collection containing all state indicators of the control.
|
 | Style | Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
 | TabIndex | Gets or sets the tab index of the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
 | TagAttributes |
Gets or sets any additional attributes that are to be placed inside
the rendered tag.
|
 | TemplateControl | Gets or sets a reference to the template that contains this control. (Inherited from System.Web.UI.Control) |
 | TemplateSourceDirectory | Gets the virtual directory of the Page or UserControl that contains the current server control. (Inherited from System.Web.UI.Control) |
 | TextAntiAliasingQuality |
Gets or sets the quality of text antialiasing.
|
 | ToolTip | Gets or sets the text displayed when the mouse pointer hovers over the Web server control. (Inherited from System.Web.UI.WebControls.WebControl) |
 | TopImage |
Gets or sets the image to be displayed on top of the gauge container.
|
 | TopImageHueColor |
Gets or sets the hue color to be applied to the top image.
|
 | TopImageTransColor |
Get or sets the transparent color of the top image.
|
 | TransparentColor |
Gets or sets the color which will become transparent.
|
 | UniqueID | Gets the unique, hierarchically qualified identifier for the server control. (Inherited from System.Web.UI.Control) |
 | Values |
Gets a collection containing all input values of the control.
|
 | ViewStateContent |
Determines the view state to be persisted on the server.
|
 | Visible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from System.Web.UI.Control) |
 | Width | Overridden.
Width of the gauge container. Should be UnitType.Pixel.
|
 | WinControlUrl |
Absolute or relative URL of the Windows Forms control.
|