zoomEnabled property

bool? zoomEnabled
getter/setter pair

Whether to zoom non-cartesian series. If chart.zooming is set, the option allows to disable zooming on an individual non-cartesian series. By default zooming is enabled for all series.

Note: This option works only for non-cartesian series.

API Docs: https://api.highcharts.com/highcharts/series.boxplot.zoomEnabled

Implementation

bool? zoomEnabled;