NavigatorCategoryAxisSelectComponent
Specifies the selected axis range.
When set, axis selection is enabled. The range uses zero-based indexes.
Selects categories with indexes in the range (select.from, select.to).
The last category in the range is not included in the selection.
If categories are dates, specify the range with date values.
<kendo-chart-navigator-category-axis-select [from]="1" [to]="3"></kendo-chart-navigator-category-axis-select>
Selector
kendo-chart-navigator-category-axis-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
| ||||||
|