I have a TextBox which is bound to a chart control (3rd party WPF control).
When I hover over the chart, the textbox show chart X axis value.
Now I have another chart. I want to bind the same textbox with this chart so that when I hover on any of the chart, the data from respective is shown in textbox.
I have gone through multiple bindings in WPF, but not sure if that can be used in my scenario.
Any help would be appreciated.
I don’t have you chart control (whatever it is), so I can only simulate what is going on.
In this example I have two sliders each are bound to the SAME textbox, but only to push values it, I believe this
OneWayToSourceis what you need.