SparklineType
Overview
SparklineType is a enum in Aspose.Cells FOSS for Python.
SparklineType.LINE represents a line sparkline type, displaying data as a continuous line.
This enumeration defines 3 values: LINE, COLUMN, WIN_LOSS.
Values
| Value | Description |
|---|---|
LINE | Represents a line sparkline type, displaying data as a continuous line |
COLUMN | Represents a column sparkline type, showing data as vertical bars |
WIN_LOSS | Represents a win/loss sparkline type, indicating positive or negative values |