ChartCategoryCollection

ChartCategoryCollection

Overview

ChartCategoryCollection is a class in Aspose.Slides FOSS for Python. Inherits from: IChartCategoryCollection.

Represents collection of chart categories.

Properties

NameTypeAccessDescription
use_cellsboolReadGets or sets whether categories are sourced from worksheet cells

Methods

SignatureDescription
add(value)IChartCategoryAdd a category.
index_of(value: ChartCategory)intReturns 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