Back to Devexpress

SparklineEdit.SparklineType Property

wpf-devexpress-dot-xpf-dot-editors-dot-sparklineedit-c2249ff4.md

latest2.0 KB
Original Source

SparklineEdit.SparklineType Property

Returns the current sparkline type.

Namespace : DevExpress.Xpf.Editors

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public SparklineViewType SparklineType { get; }
vb
Public ReadOnly Property SparklineType As SparklineViewType

Property Value

TypeDescription
SparklineViewType

A SparklineViewType enumeration value.

|

Available values:

NameDescription
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

The current sparkline type is defined by the object assigned to the BaseEdit.StyleSettings property.

The following sparkline types are available:

See Also

SparklineEdit Class

SparklineEdit Members

DevExpress.Xpf.Editors Namespace