Back to Devexpress

XRGauge.ViewType Property

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-xrgauge.md

latest1.3 KB
Original Source

XRGauge.ViewType Property

Specifies the view type of a Gauge.

Namespace : DevExpress.XtraReports.UI

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
[DefaultValue(DashboardGaugeType.Circular)]
[SRCategory(ReportStringId.CatAppearance)]
public DashboardGaugeType ViewType { get; set; }
vb
<SRCategory(ReportStringId.CatAppearance)>
<DefaultValue(DashboardGaugeType.Circular)>
Public Property ViewType As DashboardGaugeType

Property Value

TypeDefaultDescription
DevExpress.XtraGauges.Core.Customization.DashboardGaugeTypeCircular

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

|

See Also

XRGauge Class

XRGauge Members

DevExpress.XtraReports.UI Namespace