ChartSeriesCollection
Overview
ChartSeriesCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartSeriesCollection.
Represents collection of chart series.
Methods
| Signature | Description |
|---|---|
add() → IChartSeries | Add a series. |
insert(index: int, chart_type: 'ChartType') → IChartSeries | Inserts a new series of the given chart type at the specified index and returns the IChartSeries |
index_of(value: ChartSeries) → int | Returns the zero‑based index of the specified ChartSeries, or -1 if not found |
remove(value: ChartSeries) | Deletes the specified ChartSeries from the collection |
remove_at(index: int) | Removes the series at the given zero‑based index |
clear() | Removes all series from the collection |