Skip to main content

GaugeCollection Class

A collection of Gauge objects.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class GaugeCollection :
    DataItemContainerCollection<Gauge>

Remarks

Use the GaugeDashboardItem.Gauges property to access the collection of Gauge objects.

See Also