value
Returns the value corresponding to the passed surface point.
Parameters
point kendo.geometry.Point
The surface point for which the value should be found.
Returns String|Number|Date
The value corresponding to the point.
Example - get axis value based on point
var value = axis.value(new kendo.geometry.Point(100, 100));