DataSourceType enumeration

DataSourceType enumeration

Data source types.

The DataSourceType type exposes the following members:

Fields

FieldDescription
WORKSHEETUse CellXls objects for storing XValue, YValue, Value or BubbleSize of data point in worksheet.
STRING_LITERALSUse fast-access string variable for storing XValue, YValue, Value or BubbleSize of
data point. Worksheet is NOT used for storing values.
DOUBLE_LITERALSUse fast-access double variable for storing XValue, YValue, Value or BubbleSize of
data point. Worksheet is NOT used for storing values.

See Also