Class ChartDataValue

ChartDataValue class

Encapsulates chart data value

public class ChartDataValue

Properties

NameDescription
BoolValue { get; }Gets the boolean value of the chart data.
DateTimeValue { get; }Gets the DateTime value of the chart data.
DoubleValue { get; }Gets the double value of the chart data.
IntValue { get; }Gets the Int value of the chart data.
StringValue { get; }Gets the string value of the chart data.
ValueType { get; }Gets the value type of the chart data.

See Also