ASPxGaugeControl.Gauges Property
Provides access to the collection of gauges displayed by the ASPxGaugeControl.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
Property Value
Type | Description |
---|---|
GaugeCollectionWeb | A GaugeCollectionWeb object that represents the collection of gauges. |
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