ChartDataValue
ChartDataValue class
Encapsulates chart data value
Properties
| Name | Type | Description |
|---|---|---|
| ValueType | int | The value of the property is CellValueType integer constant. |
| StringValue | String | |
| IntValue | int | |
| DoubleValue | float | |
| DateTimeValue | DateTime | |
| BoolValue | boolean |
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