GaugeViewType Enum
In This Article
Lists values that specify types of gauges.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Circular
|
|
Circular
|
|
Circular
|
|
Circular
|
|
Circular
|
|
Linear
|
|
Linear
|
#Related API Members
The following properties accept/return GaugeViewType values:
#Remarks
Values listed by this enumeration are used to set the GaugeDashboardItem.ViewType property.
See Also