BaseChartValue

Overview

BaseChartValue is a class in Aspose.Slides FOSS for Python. Inherits from: IBaseChartValue.

Base class for chart value types.

Properties: data, data_source_type.

Properties

NameTypeAccessDescription
data_source_typeDataSourceTypeRead/WriteGets or sets the data source type.
dataobjectRead/WriteGets or sets the data.

See Also