XRGauge.ViewType Property
Specifies the view type of a Gauge.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.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