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