<h2>Zoomable in any direction</h2>
The chart can support zooming in any direction. For that it has two properties: <code>scrollbarX</code> and <code>scrollbarY</code>. Both can be set with an instance of a Scrollbar, and configured individually.
[amcharts2_button href="<a href="https://www.amcharts.com/docs/v4/concepts/axes/#Zooming">https://www.amcharts.com/docs/v4/concepts/chart-cursor/</a>"]More about zooming of axes[/amcharts2_button]
<h2>Zooming with cursor</h2>
Chart cursor can be set up to perform a plethora of tasks. In this demo we have set cursor's <code>behavior</code> to <code>"zoomY"</code> which means that cursor will select and zoom vertically.
[amcharts2_button href="https://www.amcharts.com/docs/v4/concepts/chart-cursor/"]More about chart cursor[/amcharts2_button]