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

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the XlSparklineType enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also