Dispatcher与UI线程交互

1  this.chart2.Dispatcher.BeginInvoke(new Action(() =>
2             {
3                 this.chart2.SetData("Series1", lxs, lys, lzs);
4             }));
原文地址:https://www.cnblogs.com/ants_double/p/5359476.html