New to Kendo UI for Angular? Start a free 30-day trial

CategoryAxisSelect

The configuration of the category axis selection options.

NameTypeDefaultDescription

from?

any

The lower boundary of the selected range.

max?

any

The maximum value which the user can select.

min?

any

The minimum value which the user can select.

mousewheel?

boolean | MousewheelSelect

The mousewheel configuration of the selection. If set to false, the mousewheel does not update the selection.

to?

any

The upper boundary of the selected range. The category with the specified index (date) is not included in the selected range unless the axis is justified. To select all categories, set a value that is larger than the last category index (date).

In this article

Not finding the help you need?