public final class DataSourceType
extends com.aspose.ms.System.Enum
Data source types.
Modifier and Type | Field and Description |
---|---|
static int |
DoubleLiterals
Use fast-access double variable for storing XValue, YValue, Value or BubbleSize of
data point.
|
static int |
StringLiterals
Use fast-access string variable for storing XValue, YValue, Value or BubbleSize of
data point.
|
static int |
Worksheet
Use CellXls objects for storing XValue, YValue, Value or BubbleSize of data point in worksheet.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Worksheet
Use CellXls objects for storing XValue, YValue, Value or BubbleSize of data point in worksheet.
public static final int StringLiterals
Use fast-access string variable for storing XValue, YValue, Value or BubbleSize of data point. Worksheet is NOT used for storing values.
public static final int DoubleLiterals
Use fast-access double variable for storing XValue, YValue, Value or BubbleSize of data point. Worksheet is NOT used for storing values.