Enum XlsxSparklineKind
- Namespace
- DocToolkit
- Assembly
- DocToolkit.Xlsx.dll
The shape of a sparkline.
public enum XlsxSparklineKind
Fields
Column = 1One column per value.
Line = 0A line through the values.
Stacked = 2A win/loss bar: one stacked column per value.
Remarks
Three values, because ClosedXML's own sparkline vocabulary is exactly three. This is not a curated subset of something larger — it is the whole set, measured.