GaugeExportContext.GetDashboardItemGauge(GaugeDashboardItem, XRDashboardGauge) Method
Returns the Gauge object that corresponds to the specified printed gauge element.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.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