ChartData
Overview
ChartData is a class in Aspose.Slides FOSS for Python.
Inherits from: IChartData.
Represents data used for chart plotting.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
chart_data_workbook | IChartDataWorkbook | Read | Provides access to the workbook containing chart data |
series | IChartSeriesCollection | Read | Gives the collection of data series in the chart |
categories | IChartCategoryCollection | Read | Provides the collection of category labels for the chart |
series_groups | IChartSeriesGroupCollection | Read | Returns the collection of series groups defining grouping options |
data_source_type | ChartDataSourceType | Read | Indicates the type of data source used by the chart |
Methods
| Signature | Description |
|---|---|
get_range() → str | Get the data range string. |
set_range(formula: str) | Set the data range string. |