SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, and now iOS Charting & Android Chart Components
I am have a vertical stacked chart setup which shares the same x- axis ranges. I am trying to find a way to add vertical lines in both the charts at once and further I need the vertical lines to be dragged in sync. When one vertical line annotation is dragged, I need the same movement to happen in the other chart as well. I can share a prototype if you want. Please suggest a solution.
Hi Biju,
I’d like to see the code to give you some suggestions.
If you have two charts, you need two VerticalSliceModifiers (one in each chart) and two VerticalLines (one in each chart). the VerticalLineAnnotation.X1 should be bound to a common property in a ViewModel.
Performance problems could occur from a number of places, including:
Anyway send us some code and we can look into it! or, you can try profiling it yourself and looking for binding errors. Maybe you will discover something.
Best regards,
Andrew
Please login first to submit.