<kendo:chart-zoomable-selection>

Specifies if the chart can be zoomed using selection.

Example

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

Configuration Attributes

key java.lang.String

Specifies a keyboard key that should be pressed to activate the selection. The supported values are: "none" - No key is required.; "ctrl" - The "ctrl" key should be pressed.; "shift" - The "shift" key should be pressed. or "alt" - The "alt" key should be pressed..

Example

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

lock java.lang.String

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

Example

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