CategoryAxisSelect
Interface
Represents the configuration of the category axis selection options.
Definition
Package:@progress/kendo-angular-charts
Properties
from?
any
Specifies the lower boundary of the selected range.
max?
any
Specifies the maximum value which the user can select.
min?
any
Specifies the minimum value which the user can select.
mousewheel?
boolean | MousewheelSelect
Specifies the mousewheel configuration of the selection.
When set to false, the mousewheel does not update the selection.
to?
any
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).