ChartData

Overview

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

Represents data used for chart plotting.

Properties

NameTypeAccessDescription
chart_data_workbookIChartDataWorkbookReadProvides access to the workbook containing chart data
seriesIChartSeriesCollectionReadGives the collection of data series in the chart
categoriesIChartCategoryCollectionReadProvides the collection of category labels for the chart
series_groupsIChartSeriesGroupCollectionReadReturns the collection of series groups defining grouping options
data_source_typeChartDataSourceTypeReadIndicates the type of data source used by the chart

Methods

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