ChartDataValue

ChartDataValue class

Encapsulates chart data value

Properties

NameTypeDescription
ValueTypeintThe value of the property is CellValueType integer constant.
StringValueString
IntValueint
DoubleValuefloat
DateTimeValueDateTime
BoolValueboolean

ChartDataValue.ValueType property

The value of the property is CellValueType integer constant.

Type: int

ChartDataValue.StringValue property

Type: String

ChartDataValue.IntValue property

Type: int

ChartDataValue.DoubleValue property

Type: float

ChartDataValue.DateTimeValue property

Type: DateTime

ChartDataValue.BoolValue property

Type: boolean