I use sfChart in Xamarin.Forms for Android, I have graphics with large number of points.For fast loading, i display only a part of the points, and then at Zoom I add other points to see the graph in details, but when adding points sfChart redraws the whole Graph and shows it with ZoomFactor = 1, How can this be changed? I also tried to use the different Axes of CategoryAxis and NumbericAxis and i had the same situation with it. I'm using FastLine Series