Table of Contents

Enum XlsxSparklineKind

Namespace
DocToolkit
Assembly
DocToolkit.Xlsx.dll

The shape of a sparkline.

public enum XlsxSparklineKind

Fields

Column = 1

One column per value.

Line = 0

A line through the values.

Stacked = 2

A 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.