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.
Selector
kendo-chart-category-axis-item-select
Inputs
Name | Type | Default | Description |
---|---|---|---|
from |
|
Sets the lower boundary of the selected range. | |
max |
|
Sets the maximum value for the selection. | |
min |
|
Sets the minimum value for the selection. | |
mousewheel |
|
Specifies the mousewheel configuration for the selection. | |
to |
|
Specifies the upper boundary of the selected range. |
Methods
notifyChanges | ||||||
---|---|---|---|---|---|---|
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. ts
| ||||||
|