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

XRGauge Class

A Gauge control.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.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

DevExpress.XtraPrinting.IBrickOwner
DevExpress.Utils.Serializing.Helpers.IXtraSupportDeserializeCollectionItem
DevExpress.Utils.Serializing.IXtraSerializable
See Also