SparklineType
: string
in package
The type of a sparkline group, as stored in the `type` attribute of the `x14:sparklineGroup` element.
Table of Contents
Cases
- Column = 'column'
- A column (bar) sparkline.
- Line = 'line'
- A line sparkline.
- WinLoss = 'stacked'
- A win/loss sparkline. Excel labels this "Win/Loss" in its UI, but the underlying OOXML value is `stacked`.
Cases
Line
A line sparkline.
Column
A column (bar) sparkline.
WinLoss
A win/loss sparkline. Excel labels this "Win/Loss" in its UI, but the underlying OOXML value is `stacked`.