Skip to main content
A newer version of this page is available. .

GaugeViewType Enum

Lists values that specify types of gauges.

Namespace: DevExpress.DashboardCommon

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

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