Hello!
Is there way to create surfaces in different threads (on the same WPF Window) and then synchronize them via groups – methods SciChartGroup.SetVerticalChartGroup() and MouseManager.SetMouseEventGroup() ? Now i catch threads access error 🙁
Thanks!
- Andrey Гевин asked 6 years ago
- You must login to post comments
I’m afraid not, the MouseManager.MouseEventGroup property wants to share mouse events across charts, and assumes they are on the same thread. Similarly the synchronising of charts requires a VisibleRange binding so they will need to be on the same thread.
Is there any reason why you are creating many chart surfaces on different threads (but on the same window?) SciChart should be fast enough to display plenty of charts, all on the UI thread.
Best regards,
Andrew
- Andrew Burnett-Thompson answered 6 years ago
- You must login to post comments
Please login first to submit.