Hello,
I want to zoom x and y axis of the chart independently in Xamarin.Android chart. I.e. when I swipe 0 degree only x axis is zoomed, when I swipe 45 degree x and y axis are zoomed equally, when I swipe 90 degree only y axis is zoomed, etc.
If not, is it possible to switch between ZoomModeX (swiping 0 up to 45 degree) and ZoomModeY (swiping 45 degree up to 90 degree)?
Thank you
Martin