当前位置: 首页 > 图文教程 > 网络编程 > ASP.NET > 在ASP.NET中利用GDI+ 设计Chart控件

ASP.NET
Web服务器控件:LinkButton控件
Web服务器控件:ListBox控件
Web服务器控件:ListItem控件
Web服务器控件:Literal控件
Web服务器控件:Panel控件
Web服务器控件:PlaceHolder控件
Web服务器控件:RadioButton控件
Web服务器控件:RadioButtonList控件
Web服务器控件:BulletedList控件
Web服务器控件:Style控件
Web服务器控件:Table控件
Web服务器控件:TableCell控件
Web服务器控件:TableRow控件
Web服务器控件:TextBox控件
Web服务器控件:XML控件
Validation服务器控件:CompareValidator控件
Validation服务器控件:CustomValidator控件
Validation服务器控件:RangeValidator控件
Validation服务器控件:RegularExpressionValidator控件
Validation服务器控件:RequiredFieldValidator控件

在ASP.NET中利用GDI+ 设计Chart控件


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-11-03   浏览: 127 ::
收藏到网摘: n/a



昨天项目通过验收,现在开始最后阶段收尾工作,心情愉快,放出项目中自己写的Chart控件跟大家共享。其实在.NET中的成熟的Chart控件有很多,为什么决定自己写呢?现在想想原因是在我的项目中Chart图的种类很多,有些对数坐标,不等分刻度等等特殊要求,另外就是Chart控件一般是要付钱的,破解的有担心会存在隐患,所以还是决定自己写好。

chart控件演示实例Demo: http://www.vivichen.com/demo/chart/test.aspx
你可以通过以下连接下载Code:http://image.chinaitpower.com/files/20041102/11584.rar

效果图:

同时欢迎大家来http://www.vivichen.com 做客。