NavigatorSelectComponent
Specifies the initially selected range. If no range is specified, the full range of values is rendered.
Selector
kendo-chart-navigator-select
Inputs
from
Date
The lower boundary of the selected range.
mousewheel
boolean | MousewheelSelect
The configuration of the mousewheel selection.
If set to false
, the mousewheel does not update the selection.
to
Date
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.
item.notifyChanges({ visible: true });
Parameters
changes
any
An object containing the updated input fields.