ChartDataValue class

ChartDataValue class

Encapsulates chart data value

The ChartDataValue type exposes the following members:

Properties

PropertyDescription
value_typeGets the value type of the chart data.
string_valueGets the string value of the chart data.
int_valueGets the Int value of the chart data.
double_valueGets the double value of the chart data.
date_time_valueGets the DateTime value of the chart data.
bool_valueGets the boolean value of the chart data.

See Also