摘要: 成员->> 描述AxisChange()() ->> This performs an axis change command on the graphPane.BeenDisposed ->> This checks if the control has been disposed. This is synonymous with the graph pane having been nulle... 阅读全文
posted @ 2013-10-12 15:26 vstion 阅读(403) 评论(0) 推荐(0) 编辑
摘要: 用定时器超时来刷新数据,实现“连续”的图形输出。 1. 新建图像面板 GraphPane myPane = zedGraphControl1.GraphPane; 2. 初始化图像、坐标轴标题 myPane.Title.Text = “”; myPane.XAxis.Title.Text = ""; myPane.YAxis.Title.Text = ""; 3. 新建RollingPointP... 阅读全文
posted @ 2013-10-12 10:38 vstion 阅读(1642) 评论(0) 推荐(0) 编辑
摘要: this.zedGraphControl1.GraphPane.CurveList.Clear();this.zedGraphControl1.GraphPane.GraphObjList.Clear();this.zedGraphControl1.IsShowCursorValues = false;this.zedGraphControl1.IsShowPointValues = true;//数据节点//this.zedGraphControl1.GraphPane.Y2AxisList.Clear();//this.zedGraphControl1.GraphPane.YAxisLis 阅读全文
posted @ 2013-10-12 10:22 vstion 阅读(2854) 评论(0) 推荐(0) 编辑