XRGauge.ViewStyle Property
Specifies the style of a Gauge.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
[DefaultValue(DashboardGaugeStyle.Half)]
[SRCategory(ReportStringId.CatAppearance)]
public DashboardGaugeStyle ViewStyle { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraGauges.Core.Customization.DashboardGaugeStyle | Half | A DevExpress.XtraGauges.Core.Customization.DashboardGaugeStyle enumeration value. |
See Also