corelibraries-devexpress-dot-export-dot-xl-58872917.md
Lists values used to specify sparkline chart types (types of sparkline groups).
Namespace : DevExpress.Export.Xl
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public enum XlSparklineType
Public Enum XlSparklineType
| 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 ),
|
The following properties accept/return XlSparklineType values:
The values listed by this enumeration are used for the XlSparklineGroup.SparklineType property.
See Also