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

XlSparklineType Enum

Lists values used to specify sparkline chart types (types of sparkline groups).

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public enum XlSparklineType

Members

Name Description
Line

Sparkline data points are plotted as a line.

Column

Sparkline data points are plotted as vertical bars.

WinLoss

Sparkline data points are plotted with identically sized bars above the horizontal axis for positive values (win) and below the horizontal axis for negative values (loss),

Related API Members

The following properties accept/return XlSparklineType values:

Remarks

The values listed by this enumeration are used for the XlSparklineGroup.SparklineType property.

See Also