\Kendo\Dataviz\UI\ChartZoomableMousewheel
A PHP class representing the mousewheel setting of ChartZoomable.
Methods
lock
Specifies an axis that should not be zoomed. The supported values are none, x and y.
Returns
\Kendo\Dataviz\UI\ChartZoomableMousewheel
Parameters
$value string
Example
<?php
$mousewheel = new \Kendo\Dataviz\UI\ChartZoomableMousewheel();
$mousewheel->lock('value');
?>