ChartSeriesCollection
Vue de l’ensemble
‘ChartSeriesCollection’ est une classe dans Aspose.Slides FOSS pour Python.Déduit de: ‘IChartSerieColection’.
Il représente la collection de séries de cartes.
Cette classe fournit 6 méthodes pour travailler avec des objets de ChartSeriesCollection dans les programmes Python. Les méthodologies disponibles comprennent: add, clear , index_of ، insert et remove . Tous les membres publics sont accessibles à n’importe quelle application Pythone après l’installation du package Aspose.Slides FOSS pour Pyathon.
méthodes
| 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 |
Voir aussi
- Aspose.Slides - référence API d’entreprise