Skip to main content
A newer version of this page is available. .

AreaSparklineView.Type Property

Gets the type of the sparkline view.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v20.2.Core.dll

NuGet Packages: DevExpress.Sparkline.Core, DevExpress.WindowsDesktop.Sparkline.Core

Declaration

public override SparklineViewType Type { get; }

Property Value

Type Description
SparklineViewType

Always SparklineViewType.Area.

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