1  this.chart2.Dispatcher.BeginInvoke(new Action(() =>
2             {
3                 this.chart2.SetData("Series1", lxs, lys, lzs);
4             }));

 

相关文章: