Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Chart Synchronization with Xamarin.Forms
posted

Hi. I want to sync two XamDataChart in order to have zooming and panning on both charts when a user attempts to zoom or pan on one of them.

I have assigned them the same name to SyncChannel property and I have specified SyncronizeHorizzontally and SyncronizeVertically properties but It doesn’t work.

Two charts have the same number of data points bound to X-axis.

May I have an example for Xamarin.Forms ? 
I found an example only for WPF.

What’s wrong with my code?

Parents
  • 85
    Offline posted

    I've solved handling the WindowRectChanged property on XamDataChart.

    Anyway I don't understand how to use SyncChannel property on Xamarin.Forms.

    Any suggestions would be appreciated.

Reply Children
No Data