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

SparklineViewType Enum

Lists values used to specify sparkline view types.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public enum SparklineViewType

Members

Name Description
Line

Sparkline data points are represented as a line.

Sparkline_ViewType_Lined

Area

Sparkline data points are represented as area.

Sparkline_ViewType_Area

Bar

Sparkline data points are represented as bars.

Sparkline_ViewType_Bars

WinLoss

Sparkline data points are represented as win and loss squares.

Sparkline_ViewType_WinLoss

Related API Members

The following properties accept/return SparklineViewType values:

Remarks

Values listed by this enumeration are used to set the SparklineOptions.ViewType property.

See Also