Hi,
I am using the Xamarin iOS component and have two plots that get real time data and I have two small issues.
Greg
I am using the Xamarin iOS component and have two plots that get real time data and I have two small issues.
-
When I synchronize the vertical axis of the two plots and when I move the Y axis on either plot, data just disappears from the other plot. When I synchronize the horizontal axis everything is ok.
Synchro is done as per the WpfExamples (coupled axes demo). Is it a bug or vertical synchro is different from horizontal one? -
The real-time data auto-scrolls nicely the X and Y axis so that the last point is always visible, but when I pan the plot by touch and I let it go, auto-scrolling stops. How would I re-trigger auto-scrolling?
Greg