bulubuloa / Ultimate-Xamarin-Forms-KIT

A powerful 🚀 Android/iOS chart view / graph view library, binding support for Xamarin.Forms, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, dragging and animations.
https://www.nuget.org/packages/UltimateXF/
121 stars 33 forks source link

How to set X axis zoom level #37

Open WiproSarthak opened 3 years ago

WiproSarthak commented 3 years ago

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

WiproSarthak commented 3 years ago

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