Skip to main content
All docs
V25.1
  • 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.v25.1.Core.dll

    NuGet Package: DevExpress.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