ChartDataValue
Contents
[
Hide
]ChartDataValue class
Encapsulates chart data value
class ChartDataValue;
Properties
valueType
Readonly. Gets the value type of the chart data.
valueType : CellValueType;
stringValue
Readonly. Gets the string value of the chart data.
stringValue : string;
intValue
Readonly. Gets the Int value of the chart data.
intValue : number;
doubleValue
Readonly. Gets the double value of the chart data.
doubleValue : number;
dateTimeValue
Readonly. Gets the DateTime value of the chart data.
dateTimeValue : Date;
boolValue
Readonly. Gets the boolean value of the chart data.
boolValue : boolean;
