mouseWheel property

HighchartsChartZoomingMouseWheelOptions? mouseWheel
getter/setter pair

The mouse wheel zoom is a feature included in Highcharts Stock, but is also available for Highcharts Core as a module. Zooming with the mouse wheel is enabled by default in Highcharts Stock. In Highcharts Core it is enabled if chart.zooming.type is set. It can be disabled by setting this option to false.

API Docs: https://api.highcharts.com/highcharts/chart.zooming.mouseWheel

Implementation

HighchartsChartZoomingMouseWheelOptions? mouseWheel;