Skip to main content
A newer version of this page is available. .

GaugeCollection Class

A collection of Gauge objects.

Namespace: DevExpress.DashboardCommon

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

Declaration

public class GaugeCollection :
    DataItemContainerCollection<Gauge>

The following members return GaugeCollection objects:

Remarks

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

See Also