Skip to main content

ASPxGaugeControl.Gauges Property

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
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