<kendo:chart-zoomable>

Specifies if the chart can be zoomed.

Example

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

Configuration Attributes

mousewheel boolean

Specifies if the chart can be zoomed using the mouse wheel. Further configuration is available via kendo:chart-zoomable-mousewheel.

Example

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

selection boolean

Specifies if the chart can be zoomed using selection. Further configuration is available via kendo:chart-zoomable-selection.

Example

<kendo:chart-zoomable selection="selection">
</kendo:chart-zoomable>

Configuration JSP Tags

kendo:chart-zoomable-mousewheel

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

More documentation is available at kendo:chart-zoomable-mousewheel.

Example

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

kendo:chart-zoomable-selection

Specifies if the chart can be zoomed using selection.

More documentation is available at kendo:chart-zoomable-selection.

Example

<kendo:chart-zoomable>
    <kendo:chart-zoomable-selection></kendo:chart-zoomable-selection>
</kendo:chart-zoomable>
In this article
Not finding the help you need?