XlSparklineType Enum
In This Article
Lists values used to specify sparkline chart types (types of sparkline groups).
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Members
Name | Description |
---|---|
Line
|
Sparkline data points are plotted as a line. |
Column
|
Sparkline data points are plotted as vertical bars. |
Win
|
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