ChartSeriesCollection

ChartSeriesCollection

Overview

ChartSeriesCollection is a class in Aspose.Slides FOSS for Python. Inherits from: IChartSeriesCollection.

Represents collection of chart series.

Methods

SignatureDescription
add()IChartSeriesAdd a series.
insert(index: int, chart_type: 'ChartType')IChartSeriesInserts a new series of the given chart type at the specified index and returns the IChartSeries
index_of(value: ChartSeries)intReturns 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