ChartDataSourceType

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

ValueDescription
INTERNAL_WORKBOOKRepresents a chart data source stored in the presentation’s internal workbook
EXTERNAL_WORKBOOKRepresents a chart data source stored in an external workbook file

See Also