wpf-devexpress-dot-xpf-dot-editors-dot-sparklineedit-c2249ff4.md
Returns the current sparkline type.
Namespace : DevExpress.Xpf.Editors
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public SparklineViewType SparklineType { get; }
Public ReadOnly Property SparklineType As SparklineViewType
| Type | Description |
|---|---|
| SparklineViewType |
A SparklineViewType enumeration value.
|
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.
|
The current sparkline type is defined by the object assigned to the BaseEdit.StyleSettings property.
The following sparkline types are available:
See Also