ChartDataValue

ChartDataValue class

Encapsulates chart data value

class ChartDataValue;

Properties

PropertyTypeDescription
valueTypeCellValueTypeReadonly. Gets the value type of the chart data.
stringValuestringReadonly. Gets the string value of the chart data.
intValuenumberReadonly. Gets the Int value of the chart data.
doubleValuenumberReadonly. Gets the double value of the chart data.
dateTimeValueDateReadonly. Gets the DateTime value of the chart data.
boolValuebooleanReadonly. Gets the boolean value of the chart data.

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;