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

FieldDescription
InternalWorkbookInternal data source.
ExternalWorkbookExternal data source.

InternalWorkbook

public static final int InternalWorkbook

Internal data source.

ExternalWorkbook

public static final int ExternalWorkbook

External data source.