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

js
var value = axis.value(new kendo.geometry.Point(100, 100));
In this article
value
Not finding the help you need?
Contact Support