Hello. I found a good example for Zoom And PanOffset Binding in you samples for WPF (called Zooming and Scrolling)
It workes fine if the 2 RadCartesianChart located on the same control and binding the same properties. In my project I have to create a 2 tabs and put custom user control insite the each tab.
When I select the firs tab i have to change zoom and offset base on the chartView on the second tab.The same for the first tab, it should change properties base on the chart from tab 1. But it doesn't do it correct. It only works if i select the first tab and then select the second tab and change zoom, it will change it everywhere.
How can i update zoom on the second chart without opening the tab?
I put some small example on the git and i guess it will clarified the situation. https://github.com/Magnona/ChartViewZoomPanOffset
It workes fine if the 2 RadCartesianChart located on the same control and binding the same properties. In my project I have to create a 2 tabs and put custom user control insite the each tab.
When I select the firs tab i have to change zoom and offset base on the chartView on the second tab.The same for the first tab, it should change properties base on the chart from tab 1. But it doesn't do it correct. It only works if i select the first tab and then select the second tab and change zoom, it will change it everywhere.
How can i update zoom on the second chart without opening the tab?
I put some small example on the git and i guess it will clarified the situation. https://github.com/Magnona/ChartViewZoomPanOffset