DataSourceType enumeration
DataSourceType enumeration
Data source types.
The DataSourceType type exposes the following members:
Fields
| Field | Description |
|---|---|
| WORKSHEET | Use CellXls objects for storing XValue, YValue, Value or BubbleSize of data point in worksheet. |
| STRING_LITERALS | Use fast-access string variable for storing XValue, YValue, Value or BubbleSize of data point. Worksheet is NOT used for storing values. |
| DOUBLE_LITERALS | Use fast-access double variable for storing XValue, YValue, Value or BubbleSize of data point. Worksheet is NOT used for storing values. |
See Also
- module
aspose.slides.charts - library
Aspose.Slides