Skip to main content

GaugeDashboardItem.ViewType Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.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.

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