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

XRGauge.ViewType Property

Specifies the view type of a Gauge.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v19.1.dll

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

Declaration

[DefaultValue(DashboardGaugeType.Circular)]
[SRCategory(ReportStringId.CatAppearance)]
public DashboardGaugeType ViewType { get; set; }

Property Value

Type Default Description
DevExpress.XtraGauges.Core.Customization.DashboardGaugeType **Circular**

A DevExpress.XtraGauges.Core.Customization.DashboardGaugeType enumeration value.

See Also