New to Kendo UI for jQueryStart a free 30-day trial

ValueRange

methods

Returns an object with the minimum and maximum point value associated with the axis.

Returns Object

The value corresponding to the point.

js
var range = axis.valueRange();
var min = range.min;
var max = range.max;
Not finding the help you need?
Contact Support