New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ChartPannableBuilder

Defines the fluent interface for configuring the chart pannable options.

Methods

Lock(Kendo.Mvc.UI.ChartAxisLock)

Lock the specified axis during panning.

Parameters

axisLock - ChartAxisLock

Example


            @(Html.Kendo().Chart()
                    .Name("chart")
                    .Pannable(pannable => pannable.Lock(ChartAxisLock.Y))
            )

Key(Kendo.Mvc.UI.ChartActivationKey)

Set the key that shuold be pressed to activate panning.

Parameters

key - ChartActivationKey

Example


            @(Html.Kendo().Chart()
                    .Name("chart")
                    .Pannable(pannable => pannable.Key(ChartActivationKey.Ctrl))
            )

In this article
Not finding the help you need?