CategoryAxisSelectComponent
The selected axis range. If set, the axis selection is enabled. The range is index-based and starts from zero.
Categories with indexes in the
(select.from
—select.to
) range will be selected.
This means that the last category in the range will not be included in the selection.
If the categories are dates, the range has to be also specified with date values.
Selector
kendo-chart-category-axis-item-select
Inputs
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). |
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
| ||||||
|