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.v20.1.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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