Skip to main content

GaugeDashboardItem.ViewType Property

Gets or sets how gauges displayed within this GaugeDashboardItem are painted.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

#Declaration

[DefaultValue(GaugeViewType.CircularFull)]
public GaugeViewType ViewType { get; set; }

#Property Value

Type Default Description
GaugeViewType CircularFull

A GaugeViewType enumeration member that specifies how gauges displayed within this GaugeDashboardItem are painted.

Available values:

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

Use the ViewType property to specify a view type that defines the style and layout of every individual gauge displayed within the GaugeDashboardItem.

See Also