Back to Devexpress

ASPxGaugeControl.Gauges Property

aspnet-devexpress-dot-web-dot-aspxgauges-dot-aspxgaugecontrol.md

latest1.6 KB
Original Source

ASPxGaugeControl.Gauges Property

Provides access to the collection of gauges displayed by the ASPxGaugeControl.

Namespace : DevExpress.Web.ASPxGauges

Assembly : DevExpress.Web.ASPxGauges.v25.2.dll

NuGet Package : DevExpress.Web.Visualization

Declaration

csharp
public GaugeCollectionWeb Gauges { get; }
vb
Public ReadOnly Property Gauges As GaugeCollectionWeb

Property Value

TypeDescription
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

AddGauge(GaugeType)

ASPxGaugeControl Class

ASPxGaugeControl Members

DevExpress.Web.ASPxGauges Namespace