Good afternoon,
I wanted to synchronize the mouse events between graphs, but based on the value of the X axis, not on the position within the graph. In the photo attached below, it is seen that the mouse events are synchronized, and the rollover appears in both graphs. However, what I want is that if, for example, in the graph on the left, the mouse is at time 00: 15: 00.000, in the graph on the right, the rollover also appears at position X 00: 15: 00.000, regardless the width of each graph. Until now I have not been able to get it, as seen when on the left it is at the time 00: 22: 37.00 on the right it appears at the point 00: 10: 23.750.
I would need a way to achieve this with code behind, since I create the graphics programmatically and without MVVM.
As extra information, all charts have the same range of X axis values (they all go from the same start time to the same end time)
Thanks a lot!
- Sergi Bagó asked 3 years ago
- You must login to post comments
Hi Sergi,
Thanks for your inquiry.
The instructions regarding how to synchronize Modifiers if charts have different width was already provided in the following Forums thread:
https://www.scichart.com/questions/wpf/rollover-sync-between-multiple-dynamically-created-graphs/
Is this what you are looking for?
With best regards,
Oleksandr
- Oleksandr Shvets answered 3 years ago
- You must login to post comments
Please login first to submit.