NavigatorSelectComponent
Component
Specifies the initially selected range. If no range is specified, the full range of values is rendered.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-navigator-select
Inputs
from
Date
Specifies the lower boundary of the selected range.
mousewheel
boolean | MousewheelSelect
Specifies the configuration of the mousewheel selection.
When set to false, the mousewheel does not update the selection.
to
Date
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.
Parameters:changesany
An object containing the updated input fields.