ChartDataSourceType Enumeration |
Represents a type of data source of the chart
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum ChartDataSourceType
Public Enumeration ChartDataSourceType
public enum class ChartDataSourceType
Members
| Member name | Value | Description |
---|
| InternalWorkbook | 0 |
Internal data source.
|
| ExternalWorkbook | 1 |
External data source.
|
See Also