C# ZedGraph实时多条曲线数据更新实例 先看展示效果 1.创建曲线实例添加必要的元素 public class LineChannel { public LineChannel(int id,int number,string name,string type,bool selected,Color lineColor,int lineWidth) { this.id = id; this.number = number; this.name = name; this.type = ty