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

SnapSparkline.ViewType Property

Specifies a sparkline view type.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v19.2.Core.dll

Declaration

SparklineViewType ViewType { get; set; }

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.

See Also