随笔分类 -  zedgraph

设置zedgraph鼠标拖拽和局部放大属性(转帖)
摘要:说一下几个属性的意义和具体应用:(1)鼠标拖拽显示区域PanModifierKeys ->> Gets or sets a value that determines which modifier keys will be used as a primary option to trigger a ... 阅读全文

posted @ 2015-01-09 09:19 xihong 阅读(518) 评论(0) 推荐(0)

ZedGraph 柱状图、饼图、折线图演示源码
摘要:http://code1.okbase.net/codefile/ZedGraphControl.ContextMenu.cs_201211225626_97.htm// //This library is free software; you can redistribute it and/or ... 阅读全文

posted @ 2015-01-04 10:05 xihong 阅读(1149) 评论(0) 推荐(0)

zedgraph控件的一些比较有用的属性 转
摘要:(1)zedgraph控件属性具体解释:AxisChange()() ->> This performs an axis change command on the graphPane.BeenDisposed ->> This checks if the control has been disp... 阅读全文

posted @ 2015-01-04 09:40 xihong 阅读(571) 评论(0) 推荐(0)

ZedGraph控件的使用
摘要:http://blog.chinaunix.net/uid-20776117-id-1847015.html在我们编写程序的时候,有时候是要做一些统计的,为了达到一目了然的效果,饼状图,曲线图,柱状图都是很好的表现统计的直观形式。这个时候,ZedGraph控件给我们带来了极大的方便。1.下载ZedG... 阅读全文

posted @ 2014-12-30 10:29 xihong 阅读(806) 评论(0) 推荐(0)

ZedGraph使用经验(转帖)
摘要:更改背景色 myPane.Fill = new Fill(Color.Black);Zedgraph 柱状图的宽度gp.BarSettings.ClusterScaleWidth=2; gp.BarSettings.ClusterScaleWidthAuto=false;,你只设置了第一行代码,加... 阅读全文

posted @ 2014-12-27 10:30 xihong 阅读(5848) 评论(0) 推荐(0)

导航