GaugeDashboardItem.ViewType Property
In This Article
Gets or sets how gauges displayed within this GaugeDashboardItem are painted.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
[DefaultValue(GaugeViewType.CircularFull)]
public GaugeViewType ViewType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Gauge |
Circular |
A Gauge |
Available values:
Name | Description |
---|---|
Circular |
|
Circular |
|
Circular |
|
Circular |
|
Circular |
|
Linear |
|
Linear |
#Remarks
Use the ViewType property to specify a view type that defines the style and layout of every individual gauge displayed within the GaugeDashboardItem.
See Also