Excel.ChartDataSourceType enum

Specifies the data source type of the chart series.

Remarks

[ API set: ExcelApi 1.15 ]

Fields

externalRange = "ExternalRange"

The data source type of the chart series is an external range.

list = "List"

The data source type of the chart series is a list.

localRange = "LocalRange"

The data source type of the chart series is a local range.

unknown = "Unknown"

The data source type of the chart series is unknown or unsupported.