其他线程更新zedgraph控件
Posted xihong2014
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了其他线程更新zedgraph控件相关的知识,希望对你有一定的参考价值。
一样的道理呀,不过上面这个写法是2.0的,
可以采用匿名方法,简化下
this.Invoke(new Action(delegate() { textBox_T13.Text = val.ToString("F1"); }));
或
this.invoke(new Action()=>{zgc.invalidate();});
以上是关于其他线程更新zedgraph控件的主要内容,如果未能解决你的问题,请参考以下文章