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

ChartSelectionZoomBuilder

Methods

Lock(Kendo.Mvc.UI.ChartAxisLock)

Lock the specified axis during zooming.

Parameters

axisLock - ChartAxisLock

Example


            @(Html.Kendo().Chart()
                    .Name("chart")
                    .Zoomable(zoom => zoom.Selection(select => select.Lock(ChartAxisLock.Y)))
            )

Key(Kendo.Mvc.UI.ChartActivationKey)

Set the key that shuold be pressed to activate selection zooming.

Parameters

key - ChartActivationKey

Example


            @(Html.Kendo().Chart()
                    .Name("chart")
                    .Zoomable(zoom => zoom.Selection(select => select.Key(ChartActivationKey.Ctrl)))
            )

In this article
Not finding the help you need?