ChartData

Overview

ChartData is a class in Aspose.Slides FOSS for Python. Inherits from: IChartData.

Represents data used for chart plotting.

This class provides 2 methods for working with ChartData objects in Python programs. Available methods include: get_range, set_range. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: categories, chart_data_workbook, data_source_type, series, series_groups.

Properties

NameTypeAccessDescription
chart_data_workbookIChartDataWorkbookReadGets the chart data workbook.
seriesIChartSeriesCollectionReadGets the series.
categoriesIChartCategoryCollectionReadGets the categories.
series_groupsIChartSeriesGroupCollectionReadGets the series groups.
data_source_typeChartDataSourceTypeReadGets the data source type.

Methods

SignatureDescription
get_range()strGet the data range string.
set_range(formula: str)Set the data range string.

See Also