ChartCategory
Overview
ChartCategory is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartCategory.
Represents a chart category.
This class provides 1 method for working with ChartCategory objects in Python programs.
Available methods include: remove.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: as_cell, as_literal, use_cell, value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
use_cell | bool | Read | Gets the use cell. |
as_cell | IChartDataCell | Read/Write | Gets or sets the as cell. |
as_literal | object | Read/Write | Gets or sets the as literal. |
value | object | Read/Write | Gets or sets the value. |
Methods
| Signature | Description |
|---|---|
remove() | Removes the category from its chart |