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

GaugeExportContext.GetDashboardItemGauge(GaugeDashboardItem, XRDashboardGauge) Method

Returns the Gauge object that corresponds to the specified printed gauge element.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public Gauge GetDashboardItemGauge(
    GaugeDashboardItem dashboardItem,
    XRDashboardGauge gauge
)

Parameters

Name Type Description
dashboardItem GaugeDashboardItem

A Gauge dashboard item used to get the corresponding Gauge object.

gauge XRDashboardGauge

A XRDashboardGauge object that contains the printable gauge element.

Returns

Type Description
Gauge

A Gauge object that correspond to the specified parameters.

See Also