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.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-navigator-category-axis-select
Syntax:
<kendo-chart-navigator-category-axis-select [from]="1" [to]="3"></kendo-chart-navigator-category-axis-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.