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

Range

methods

Returns an object with the axis minimum and maximum values.

Returns:Object

the object with the min and max values.

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