zoomStart

Fires when the user has used the mousewheel to zoom the chart.

The zoom operation can be aborted by calling e.preventDefault().

Event Data

e.axisRanges Object

A hastable containing the initial range (min and max values) of named axes. The axis name is used as a key.

e.originalEvent Object

The original user event that triggered the zoom action.

e.sender kendo.dataviz.ui.StockChart

The widget instance which fired the event.

In this article