Back to Devexpress

GaugeContext.GetControlGauges(Gauge) Method

dashboard-devexpress-dot-dashboardwin-dot-gaugecontext-dot-getcontrolgauges-x28-devexpress-dot-dashboardcommon-dot-gauge-x29.md

latest2.1 KB
Original Source

GaugeContext.GetControlGauges(Gauge) Method

Returns a collection of the control’s gauge elements that corresponds to the specified Gauge (a data item container from the Gauges section).

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public IList<IGauge> GetControlGauges(
    Gauge gauge
)
vb
Public Function GetControlGauges(
    gauge As Gauge
) As IList(Of IGauge)

Parameters

NameTypeDescription
gaugeGauge

A Gauge object for which the corresponding gauges elements are returned.

|

Returns

TypeDescription
IList<DevExpress.XtraGauges.Base.IGauge>

A collection of the CircularGauge or LinearGauge objects that corresponds to the specified Gauge.

|

See Also

GaugeContext Class

GaugeContext Members

DevExpress.DashboardWin Namespace