在工具箱的某类型上右键--选择项,然后在弹出的.netframwork组件框中选择浏览,找到ZedGraph.dll控件,确定即可 ...
分类:
其他好文 时间:
2016-10-15 21:57:18
阅读次数:
187
硬件是STM32: 软件开发环境是VS2012 通讯方式:SERIAL PC界面主要是曲线绘制以及数据库的操作 上传部分多线程代码 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4
分类:
数据库 时间:
2016-02-11 15:44:41
阅读次数:
484
ZedGraph属性\方法介绍Copy(Boolean) ->> 将图像复制到剪贴板。DoPageSetup()() ->> 打开打印设置对话框。DoPrint()() ->> 打印图表。DoPrintPreview()() ->> 打印预览。GetImage()() ->> 返回图表上的图像。Is...
分类:
其他好文 时间:
2015-08-28 17:03:46
阅读次数:
2626
C#读写EXCEL(二)2010-08-25 14:50:42|分类: 默认分类 |标签: |举报 |字号大中小订阅 用微信“扫一扫”将文章分享到朋友圈。用易信“扫一扫”将文章分享到朋友圈。下载LOFTER客户端private void button1_click(object sender,...
1 ZedGraph. LineItem curveCurrent ; 2 3 ZedGraph. PointPairList listCurrent= new ZedGraph.PointPairList(); 4 5 ZedGraph.Ze...
分类:
其他好文 时间:
2015-03-08 17:04:44
阅读次数:
142
private void ZGC_ContextMenuBuilder( ZedGraphControl sender, ContextMenuStrip menuStrip, Point mousePt, ZedGraphControl.ContextMenuObjectState objStat...
分类:
其他好文 时间:
2015-01-09 14:13:42
阅读次数:
137
禁用鼠标滚轮变焦的zedgraph功能如果zgc是你ZedGraphControl实例,请使用:zgc.ZoomButtons = MouseButtons.None; zgc.ZoomButtons2 = MouseButtons.None; 这将禁用用鼠标选择区域缩放。您还需要设置:zgc.Z....
分类:
其他好文 时间:
2015-01-09 14:05:44
阅读次数:
139
我想取得zedgraph控件上任意鼠标位置的坐标值,IsShowCursorValues可以显示鼠标位置的值但是不能提取赋值给其他的变量。用PointValueEvent这个事件又只能得到已经画出的点的坐标,而我想得到任意位置的坐标。c.MouseDownEvent += new ZedGraphC...
分类:
其他好文 时间:
2015-01-09 10:35:05
阅读次数:
177
在我们编写程序的时候,有时候是要做一些统计的,为了达到一目了然的效果,饼状图,曲线图,柱状图都是很好的表现统计的直观形式。这个时候,ZedGraph控件给我们带来了极大的方便。1.下载ZedGraph.dll2.在项目中引用这个控件(:首先,在项目解决方案里添加,然后在工具箱中点击右键,选择项,CO...
分类:
其他好文 时间:
2015-01-09 10:29:40
阅读次数:
375
http://code1.okbase.net/codefile/ZedGraphControl.ContextMenu.cs_201211225626_97.htm// //This library is free software; you can redistribute it and/or ...
分类:
其他好文 时间:
2015-01-04 11:14:20
阅读次数:
673