Skip to main content

AreaSparklineView.Type Property

Gets the type of the sparkline view.

Namespace: DevExpress.Sparkline

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

NuGet Package: DevExpress.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