NavigatorSelectComponent
Specifies the initially selected range. If no range is specified, the full range of values is rendered.
Selector
kendo-chart-navigator-select
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
from | Date | The lower boundary of the selected range. | |
mousewheel | boolean | MousewheelSelect | The configuration of the mousewheel selection.
If set to | |
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.
|
Parameters | ||
---|---|---|
changes | any | An object containing the updated input fields. |