SparklineType Enumeration
|
Defined types of Sparkline chart types.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum SparklineType
Public Enumeration SparklineType
public enum class SparklineType
Members
|
Member name
|
Value
|
Description
|
|
Stacked
|
0
|
Sparkline type is WinLoss.
|
|
Column
|
1
|
Sparkline type is Column.
|
|
Line
|
2
|
Sparkline type is Line.
|
See Also