ChartCategory
Overview
ChartCategory is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartCategory.
Represents a chart category.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
use_cell | bool | Read | Indicates whether the category value is taken from a data cell |
as_cell | IChartDataCell | Read | Gets or sets the IChartDataCell that defines the category |
as_literal | object | Read | Gets or sets a literal object used as the category value |
value | object | Read | Gets or sets the underlying value of the category |
Methods
| Signature | Description |
|---|---|
remove() | Removes the category from its chart |