Posted 26 Sep 2012 Link to this post
Posted 01 Oct 2012 Link to this post
The chart belongs to the UI thread and all actions that are done over it should be done from this thread. You can marshal to the UI thread using this code:
p.Dispatcher.BeginInvoke(() => {
p.Children.Clear();
p.Children.Add(
new
TextBlock { Text =
"Added by Dispatcher."
});
Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.