LineSparklineView.Type Property
Gets the type of the sparkline view.
Namespace: DevExpress.Sparkline
Assembly: DevExpress.Sparkline.v22.2.Core.dll
NuGet Package: DevExpress.Sparkline.Core
Declaration
Property Value
Type | Description |
---|---|
SparklineViewType | Always SparklineViewType.Line. |
Available values:
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. |
See Also