Skip to main content

SparklineEdit.SparklineType Property

Returns the current sparkline type.

Namespace: DevExpress.Xpf.Editors

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public SparklineViewType SparklineType { get; }

Property Value

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.

Remarks

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

The following sparkline types are available:

See Also