New to Kendo UI for Angular? Start a free 30-day trial
CategoryAxisSelect
Represents the configuration of the category axis selection options.
Name | Type | Default | Description |
---|---|---|---|
from? |
|
Specifies the lower boundary of the selected range. | |
max? |
|
Specifies the maximum value which the user can select. | |
min? |
|
Specifies the minimum value which the user can select. | |
mousewheel? |
|
Specifies the mousewheel configuration of the selection.
When set to | |
to? |
|
Specifies 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). |