GaugeDashboardItem.ViewType Property
Gets or sets how gauges displayed within this GaugeDashboardItem are painted.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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