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

SparklineViewBase.Type Property

Gets the type of the sparkline view.

Namespace: DevExpress.Sparkline

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

Declaration

[Browsable(false)]
public abstract SparklineViewType Type { get; }

Property Value

Type Description
SparklineViewType

A SparklineViewType enumeration value specifying the view type.

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

This property of the base SparklineViewBase class is implemented in inherited classes to indicate the exact type of the view.

See Also