ChartDataSourceType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class ChartDataSourceType extends System.Enum
Represents a type of data source of the chart
Fields
| Field | Description | 
|---|---|
| InternalWorkbook | Internal data source. | 
| ExternalWorkbook | External data source. | 
InternalWorkbook
public static final int InternalWorkbook
Internal data source.
ExternalWorkbook
public static final int ExternalWorkbook
External data source.