This question is locked. New answers and comments are not allowed.
I am databinding to a BarSeries for a RadCartesianChart on a background thread and I'm running into issues. Specifically that none of my data is showing up. If I bind the data on the main UI thread everything shows up great, but I need to bind the data in a callback from an asynchronous webservice call. When I alter the BarSeries ItemSource in the callback, the RadCartesianChart never updates with the new information.
Is there something I am doing wrong? How can I bind data from an asynchronous web service call to a RadCartesianChart BarSeries?
Is there something I am doing wrong? How can I bind data from an asynchronous web service call to a RadCartesianChart BarSeries?