Hi;
I have a problem with the zoom on stock chart.
If i have 2,3,4… windows opened with stock chart on each, and if I zoom on one an window, the zoom works on all window.
But I want to zoom only on selected chart.
How can I fix it please?
- Damien Soudant asked 9 years ago
- You must login to post comments
Hi there,
SciChart doesn’t synchronize chart zoom by default, so it must be enabled in your code somewhere.
It sounds to me like you may have used the MouseManager.MouseEventGroup property incorrectly. This property should have a string ID for the charts you want to synchronize (have the same zoom). Please check that each window has a unique MouseEventGroup.
If that doesn’t help. please search your code for bindings to VisibleRange. Again, ensure that VisibleRange is unique for each window.
Best regards,
Andrew
- Andrew Burnett-Thompson answered 9 years ago
- last edited 1 week ago
- You must login to post comments
Please login first to submit.