Skip to main content

SparklineViewType Enum

Lists values used to specify sparkline view types.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

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

Remarks

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

See Also