SparklineGroup
Overview
SparklineGroup is a class in Aspose.Cells FOSS for Python.
A group of sparklines that share the same visual style.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Returns the number of sparklines in the group |
type | `` | Read | Gets or sets the sparkline chart type |
display_empty_cells_as | `` | Read | Specifies how empty cells are rendered in the sparkline |
color_series | `` | Read | Defines the color of the main sparkline series line |
color_negative | `` | Read | Defines the color used for negative values in the sparkline |
color_axis | `` | Read | Defines the color of the sparkline’s axis line |
color_markers | `` | Read | Defines the color of data point markers in the sparkline |
color_first | `` | Read | Defines the color of the first data point in the sparkline |
color_last | `` | Read | Defines the color of the last data point in the sparkline |
color_high | `` | Read | Defines the color of high-value points in the sparkline |
color_low | `` | Read | Defines the color of low-value points in the sparkline |
sparklines | list | Read | Provides the list of Sparkline objects contained in the group |
Methods
| Signature | Description |
|---|---|
__init__() | |
add_sparkline(data_range: str, cell_reference: str) → Sparkline | Add an individual sparkline entry to this group. |
copy() | Creates a duplicate of this SparklineGroup |