ChartDataValue
Contents
[
Hide
]ChartDataValue class
Encapsulates chart data value
class ChartDataValue;
Properties
| Property | Type | Description |
|---|---|---|
| valueType | CellValueType | Readonly. Gets the value type of the chart data. |
| stringValue | string | Readonly. Gets the string value of the chart data. |
| intValue | number | Readonly. Gets the Int value of the chart data. |
| doubleValue | number | Readonly. Gets the double value of the chart data. |
| dateTimeValue | Date | Readonly. Gets the DateTime value of the chart data. |
| boolValue | boolean | Readonly. 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;