ChartDataValue Class
ChartDataValue class
Encapsulates chart data value
type ChartDataValue struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetValueType | Gets the value type of the chart data. |
| GetStringValue | Gets the string value of the chart data. |
| GetIntValue | Gets the Int value of the chart data. |
| GetDoubleValue | Gets the double value of the chart data. |
| GetDateTimeValue | Gets the DateTime value of the chart data. |
| GetBoolValue | Gets the boolean value of the chart data. |