<kendo:stockChart-navigator-select>
Specifies the initially selected range.The full range of values is shown if no range is specified.
Example
<kendo:stockChart-navigator>
<kendo:stockChart-navigator-select></kendo:stockChart-navigator-select>
</kendo:stockChart-navigator>
Configuration Attributes
from java.util.Date
The lower boundary of the selected range.
Example
<kendo:stockChart-navigator-select from="from">
</kendo:stockChart-navigator-select>
mousewheel boolean
The mousewheel configuration of the selection.If set to false the mousewheel will not update the selection. Further configuration is available via kendo:stockChart-navigator-select-mousewheel.
Example
<kendo:stockChart-navigator-select mousewheel="mousewheel">
</kendo:stockChart-navigator-select>
to java.util.Date
The upper boundary of the selected range.
Example
<kendo:stockChart-navigator-select to="to">
</kendo:stockChart-navigator-select>
Configuration JSP Tags
kendo:stockChart-navigator-select-mousewheel
The mousewheel configuration of the selection.If set to false the mousewheel will not update the selection.
More documentation is available at kendo:stockChart-navigator-select-mousewheel.
Example
<kendo:stockChart-navigator-select>
<kendo:stockChart-navigator-select-mousewheel></kendo:stockChart-navigator-select-mousewheel>
</kendo:stockChart-navigator-select>