Open WiproSarthak opened 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
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
Please help