bulubuloa/Ultimate-Xamarin-Forms-KIT

How to set X axis zoom level

Opened this issue · 1 comments

I want to set specific zoom level on X and Y axis when initializing chart. currently chart shows very tiny value when have large data set.like below

Screenshot 2021-04-04 213327

Please help

I am able to zoom X axis on initialising using
//AxisMinimum = 0,
//AxisMaximum = 10, for axis but after using these propertites panning/draggging stops working along xaxis now user is not able to see remaining values along X axis by dragging/Panning. dragging and scalling is enabled in Xaml file already