this.chart2.Dispatcher.BeginInvoke(new Action(() =>
{
this.chart2.SetData("Series1", lxs, lys, lzs);
}));
05-17 02:58