CategoryAxisSelectComponent
Configures the selection for the category axis in the Chart. When set, axis selection is enabled and the range is index-based, starting from zero. You can specify the lower and upper boundaries, minimum and maximum values, and mousewheel configuration. If the categories are dates, specify the range with date values.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-category-axis-item-select
Inputs
from
any
Sets the lower boundary of the selected range.
max
any
Sets the maximum value for the selection.
min
any
Sets the minimum value for the selection.
mousewheel
boolean | MousewheelSelect
Specifies the mousewheel configuration for the selection.
to
any
Specifies the upper boundary of the selected range.
Methods
Updates the component fields with the specified values and refreshes the Chart.
Use this method when the configuration values cannot be set through the template.
An object containing the updated input fields.