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

ValueDescription
LINERepresents a line sparkline type, displaying data as a continuous line
COLUMNRepresents a column sparkline type, showing data as vertical bars
WIN_LOSSRepresents a win/loss sparkline type, indicating positive or negative values

See Also