<kendo:chart-zoomable-mousewheel>

Specifies if the chart can be zoomed using the mouse wheel.

Example

<kendo:chart-zoomable>
    <kendo:chart-zoomable-mousewheel></kendo:chart-zoomable-mousewheel>
</kendo:chart-zoomable>

Configuration Attributes

lock java.lang.String

Specifies an axis that should not be zoomed. The supported values are none, x and y.

Example

<kendo:chart-zoomable-mousewheel lock="lock">
</kendo:chart-zoomable-mousewheel>

rate float

Specifies the zoom rate as percentage of the axis range. The default value is 0.3 or 30% of the axis range.

Example

<kendo:chart-zoomable-mousewheel rate="rate">
</kendo:chart-zoomable-mousewheel>
In this article
Not finding the help you need?