GaugeViewType Enum
Lists values that specify types of gauges.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
CircularFull
|
|
CircularHalf
|
|
CircularQuarterRight
|
|
CircularQuarterLeft
|
|
CircularThreeFourth
|
|
LinearHorizontal
|
|
LinearVertical
|
Remarks
Values listed by this enumeration are used to set the GaugeDashboardItem.ViewType property.
See Also