ChartDataSourceType
Overview
ChartDataSourceType is a enum in Aspose.Slides FOSS for Python.
Represents a type of data source of the chart.
This enumeration defines 2 values: INTERNAL_WORKBOOK, EXTERNAL_WORKBOOK.
Values
| Value | Description |
|---|---|
INTERNAL_WORKBOOK | Represents a chart data source stored in the presentation’s internal workbook |
EXTERNAL_WORKBOOK | Represents a chart data source stored in an external workbook file |