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.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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