SparklineViewType Enum
Lists values used to specify sparkline view types.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Members
Name | Description |
---|---|
Line
|
Sparkline data points are represented as a line. |
Area
|
Sparkline data points are represented as area. |
Bar
|
Sparkline data points are represented as bars. |
WinLoss
|
Sparkline data points are represented as win and loss squares. |
Remarks
Values listed by this enumeration are used to set the SparklineOptions.ViewType property.
See Also