ChartSeriesGroup
Overview
ChartSeriesGroup is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartSeriesGroup.
Represents group of series.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
type | CombinableSeriesTypesGroup | Read | Indicates the combinable series types group for the chart series |
plot_on_second_axis | bool | Read | Specifies whether the series group is plotted on the secondary axis |
series | IChartSeriesReadonlyCollection | Read | Provides read‑only access to the collection of chart series in the group |
gap_width | int | Read | Defines the gap width between data points as a percentage |
overlap | int | Read | Sets the overlap amount between data points as a percentage |
gap_depth | int | Read | Determines the depth gap between 3D data points |
first_slice_angle | int | Read | |
doughnut_hole_size | int | Read | |
is_color_varied | bool | Read | Indicates whether each data point uses a varied color |
has_series_lines | bool | Read | Shows if the series group includes connecting lines between points |
second_pie_size | int | Read | Defines the size of the second pie in a double‑pie chart |
pie_split_position | float | Read | |
pie_split_by | `` | Read | Determines the criterion used to split the pie (e.g., value, percentage) |
bubble_size_scale | int | Read | |
bubble_size_representation | `` | Read | Defines how bubble size is represented (e.g., area, diameter) |