SparklineGroup
Overview
SparklineGroup is a class in Aspose.Cells FOSS for Python.
A group of sparklines that share the same visual style.
This class provides 3 methods for working with SparklineGroup objects in Python programs.
Available methods include: __init__, add_sparkline, copy.
All public members are accessible to any Python application after installing the Aspose.Cells FOSS for Python package.
Properties: color_axis, color_first, color_high, color_last, color_low, color_markers, and 6 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
count | int | Read | Gets the count. |
type | `` | Read | Gets the type. |
display_empty_cells_as | `` | Read | Gets the display empty cells as. |
color_series | `` | Read | Gets the color series. |
color_negative | `` | Read | Gets the color negative. |
color_axis | `` | Read | Gets the color axis. |
color_markers | `` | Read | Gets the color markers. |
color_first | `` | Read | Gets the color first. |
color_last | `` | Read | Gets the color last. |
color_high | `` | Read | Gets the color high. |
color_low | `` | Read | Gets the color low. |
sparklines | list | Read | Gets the sparklines. |
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 |