ChartCategoryCollection
Overview
ChartCategoryCollection is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartCategoryCollection.
Represents collection of chart categories.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
use_cells | bool | Read | Gets or sets whether categories are sourced from worksheet cells |
Methods
| Signature | Description |
|---|---|
add(value) → IChartCategory | Add a category. |
index_of(value: ChartCategory) → int | Returns the zero‑based index of the specified ChartCategory |
remove(value: ChartCategory) | Deletes the given ChartCategory from the collection |
remove_at(index: int) | Removes the category at the specified index |
clear() | Removes all categories from the collection |