This question is locked. New answers and comments are not allowed.
I have a timebar that contains a ChartView. Below that, I want to show another ChartView that shows the selection from the TimeBar in detail. It's like a master/detail scenario, similar to that in the demos. I need to build this from code behind and somehow I'm stuck. There's this SelectedPoints property in the TimeBar, can I use it for binding the details ChartView so that it updates as soon as you change the selection in the TimeBar? Thanks in advance!