Back to Devexpress

GaugeViewType Enum

dashboard-devexpress-dot-dashboardcommon-d4568249.md

latest1.9 KB
Original Source

GaugeViewType Enum

Lists values that specify types of gauges.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum GaugeViewType
vb
Public Enum GaugeViewType

Members

NameDescription
CircularFull

| | CircularHalf |

| | CircularQuarterRight |

| | CircularQuarterLeft |

| | CircularThreeFourth |

| | LinearHorizontal |

| | LinearVertical |

|

The following properties accept/return GaugeViewType values:

Remarks

Values listed by this enumeration are used to set the GaugeDashboardItem.ViewType property.

See Also

DevExpress.DashboardCommon Namespace