<kendo:chart-categoryAxisItem-select-mousewheel>

The mouse wheel configuration of the selection.

Example

<kendo:chart-categoryAxisItem-select>
    <kendo:chart-categoryAxisItem-select-mousewheel></kendo:chart-categoryAxisItem-select-mousewheel>
</kendo:chart-categoryAxisItem-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:chart-categoryAxisItem-select-mousewheel reverse="reverse">
</kendo:chart-categoryAxisItem-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:chart-categoryAxisItem-select-mousewheel zoom="zoom">
</kendo:chart-categoryAxisItem-select-mousewheel>
In this article
Not finding the help you need?