<kendo:stockChart-navigator-select-mousewheel>
The mousewheel configuration of the selection.If set to false the mousewheel will not update the selection.
Example
<kendo:stockChart-navigator-select>
<kendo:stockChart-navigator-select-mousewheel></kendo:stockChart-navigator-select-mousewheel>
</kendo:stockChart-navigator-select>
Configuration Attributes
reverse boolean
If set to true will reverse the mouse wheel direction. The normal direction is down for "zoom out", up for "zoom in".
Example
<kendo:stockChart-navigator-select-mousewheel reverse="reverse">
</kendo:stockChart-navigator-select-mousewheel>
zoom java.lang.String
The zoom direction.The supported values are: "both" - zooming expands and contracts the selection both sides; "left" - zooming expands and contracts the selection left side only or "right" - zooming expands and contracts the selection right side only.
Example
<kendo:stockChart-navigator-select-mousewheel zoom="zoom">
</kendo:stockChart-navigator-select-mousewheel>