<kendo:chart-pannable>

Specifies if the chart can be panned.

Example

<kendo:chart>
    <kendo:chart-pannable></kendo:chart-pannable>
</kendo:chart>

Configuration Attributes

key java.lang.String

Specifies the key that should be pressed to activate panning. 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-pannable key="key">
</kendo:chart-pannable>

lock java.lang.String

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

Example

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