ASPxGaugeControl.Gauges Property
In This Article
Provides access to the collection of gauges displayed by the ASPxGaugeControl.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.2.dll
NuGet Package: DevExpress.Web.Visualization
#Declaration
public GaugeCollectionWeb Gauges { get; }
#Property Value
Type | Description |
---|---|
Gauge |
A Gauge |
#Remarks
To add gauges to the Gauges collection, use the ASPxGaugeControl.AddGauge method. Individual gauges, contained within the Gauges collection, can be accessed using indexed notation.
See Also