ChartAxis.valueToDataValue Method
Converts an axis value to the original data source value, for some scales such as categorical that position using different values.
Parameters
- value
-
Type: Object
The axis value.
Return Value
Type: Object - May be null
The data source value, or null if none.