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

GaugeExportContext.GetPrintableGauges(Gauge) Method

Returns a collection of the printable gauges that corresponds to the specified Gauge (a data item container from the Gauges section).

Namespace: DevExpress.DashboardCommon

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

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

Declaration

public IList<XRDashboardGauge> GetPrintableGauges(
    Gauge gauge
)

Parameters

Name Type Description
gauge Gauge

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

Returns

Type Description
IList<XRDashboardGauge>

A collection of the XRDashboardGauge objects that corresponds to the specified Gauge.

See Also