ASPxGaugeControl.AddGauge(GaugeType) Method
In This Article
Adds an empty gauge to the ASPxGaugeControl.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
type | DevExpress. |
A DevExpress. |
#Returns
Type | Description |
---|---|
DevExpress. |
An object that implements the DevExpress. |
#Remarks
The ASPxGaugeControl supports four gauge types: circular, linear, digital gauges and state indicators. Gauges are stored within the ASPxGaugeControl.Gauges collection, and can be accessed using indexed notation.
#Implements
DevExpress.XtraGauges.Base.IGaugeContainer.AddGauge(DevExpress.XtraGauges.Base.GaugeType)
See Also