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

NameTypeAccessDescription
use_cellboolReadGets the use cell.
as_cellIChartDataCellRead/WriteGets or sets the as cell.
as_literalobjectRead/WriteGets or sets the as literal.
valueobjectRead/WriteGets or sets the value.

Methods

SignatureDescription
remove()Removes the category from its chart

See Also