SparklineGroup

Overview

SparklineGroup is a class in Aspose.Cells FOSS for Python.

A group of sparklines that share the same visual style.

Properties

NameTypeAccessDescription
countintReadReturns the number of sparklines in the group
type``ReadGets or sets the sparkline chart type
display_empty_cells_as``ReadSpecifies how empty cells are rendered in the sparkline
color_series``ReadDefines the color of the main sparkline series line
color_negative``ReadDefines the color used for negative values in the sparkline
color_axis``ReadDefines the color of the sparkline’s axis line
color_markers``ReadDefines the color of data point markers in the sparkline
color_first``ReadDefines the color of the first data point in the sparkline
color_last``ReadDefines the color of the last data point in the sparkline
color_high``ReadDefines the color of high-value points in the sparkline
color_low``ReadDefines the color of low-value points in the sparkline
sparklineslistReadProvides the list of Sparkline objects contained in the group

Methods

SignatureDescription
__init__()
add_sparkline(data_range: str, cell_reference: str)SparklineAdd an individual sparkline entry to this group.
copy()Creates a duplicate of this SparklineGroup

See Also