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

ChartZoomableSettingsBuilder

Methods

Mousewheel(System.Action)

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

Parameters

configurator - System.Action<ChartZoomableMousewheelSettingsBuilder>

The configurator for the mousewheel setting.

Mousewheel(System.Boolean)

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

Parameters

enabled - System.Boolean

Enables or disables the mousewheel option.

Selection(System.Action)

Specifies if the chart can be zoomed using selection.

Parameters

configurator - System.Action<ChartZoomableSelectionSettingsBuilder>

The configurator for the selection setting.

Selection(System.Boolean)

Specifies if the chart can be zoomed using selection.

Parameters

enabled - System.Boolean

Enables or disables the selection option.

In this article
Not finding the help you need?