摘要: TeeChart坐标轴常见问题http://www.shaoqun.com/a/54063.aspxTeeChart常用编程语句汇总(C#)http://www.ev get.com/article/2012/10/31/17980.htmlVS2010 使用TeeChart绘图控件 - 之二 - ... 阅读全文
posted @ 2014-09-03 16:54 ChuckLu 阅读(598) 评论(0) 推荐(0) 编辑
摘要: TeeChart的图表的标题设置方法 tChart1.Header.Text = "图表"; tChart1.Header.Lines = new string[] { "图表1","图表2","图表3" }; //标题设置Header的Text或者Lines,任选一个即可,这... 阅读全文
posted @ 2014-09-03 15:23 ChuckLu 阅读(3770) 评论(0) 推荐(0) 编辑
摘要: tChart1.Aspect.View3D = false;//此属性默认是true3d的效果2d平面的效果题外话,在使用控件的时候,需要注意:在TChart控件上增加Series, series的3d属性会受到父控件的影响的如果TChart的Aspect.View3D为false的话,这里的设置... 阅读全文
posted @ 2014-09-03 15:20 ChuckLu 阅读(523) 评论(0) 推荐(0) 编辑
摘要: TeeChart一共有六个坐标轴,一下是默认值 tChart1.Axes.Bottom.Visible = true;//横轴 tChart1.Axes.Left.Visible = true;//纵轴 tChart1.Axes.Ri... 阅读全文
posted @ 2014-09-03 15:11 ChuckLu 阅读(4644) 评论(1) 推荐(0) 编辑
摘要: 此链接可以作为参考http://tech.sina.com.cn/s/2008-07-07/1612722495.shtml需要添加引用using Steema.TeeChart;//tchartusing Steema.TeeChart.Styles;//bar纯代码操作TChart tChart... 阅读全文
posted @ 2014-09-03 09:32 ChuckLu 阅读(1017) 评论(0) 推荐(0) 编辑