Skip to main content

GaugeViewType Enum

Lists values that specify types of gauges.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public enum GaugeViewType

Members

Name Description
CircularFull

Gauges_ViewType_FullCircular

CircularHalf

Gauges_ViewType_HalfCircular

CircularQuarterRight

Gauges_ViewType_RightQuarterCircular

CircularQuarterLeft

Gauges_ViewType_LeftQuarterCircular

CircularThreeFourth

Gauges_ViewType_ThreeQuarterCircular

LinearHorizontal

Gauges_ViewType_LinearHorizontal

LinearVertical

Gauges_ViewType_LinearVertical

Remarks

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

See Also