Bob, I still have an issue with the synchronized zooming and updating the other charts, and I am not sure if it's on my side or if it's a bug in the software. I attached a sample project. I have 5 chart controls in a form with scrollbars. When the first chart is zoomed all other charts are updated.
The problem is that the chart that is outside the view is not updated, unless it was scrolled into view at least once.
To reproduce the problem:
1. after launching the program zoom in the first chart
2. scroll to the last chart - the charts that are not in the view are not updated
And this way it works:
1. after launching the program scroll to the last chart
2. then scroll to the top
3. zoom in the first chart - all charts are updated correctly
Any idea what I am doing wrong?
Thanks
Dieter