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

XRGauge Class

A Gauge control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v17.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class XRGauge :
    XRControl

Remarks

The XRGauge control supports the following view styles (specified via the XRGauge.ViewStyle property).

  • Circular Gauge: Full, Half, Quarter Left, Quarter Right and Three Fourth;
  • Linear Gauge: Horizontal and Vertical.

The following image illustrates some of the gauge types listed above.

report-control-gauge

Implements

See Also