C# 图形生成器
我最近刚刚再次开始使用 C#(.NET 2.0) 进行编码,我想知道是否有任何工具/库可以用来从数据库生成图形/统计数据,例如 jpgraph 适用于 PHP。
我计划使用它来制作一个简单的Windows应用程序来生成各种网站的正常运行时间/停机时间。
提前致谢
I have recently just took up coding in C#(.NET 2.0) again and I was wondering if there are any tools/library's that I can use to generate graphs/statistics from a database, Like what jpgraph does for PHP.
I plan on using it to make a simple windows application to generate the uptime/downtime of various websites.
thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Microsoft 图表控件
http://www. microsoft.com/downloads/en/details.aspx?FamilyID=130f7986-bf49-4fe5-9ca8-910ae6ea442c
[编辑] - 哎呀,这适用于 Net 3.5。但这是升级的好理由!
Microsoft Chart Control
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=130f7986-bf49-4fe5-9ca8-910ae6ea442c
[Edit] - Oops, this if for Net 3.5. But it's a good reason to upgrade!
查看 silverlight 图形库。不过,您可能需要从 .NET 2.0 升级。
此外,如果您打算使用网络,您可以随时使用具有绘图功能的 javascript 和 jquery 库。
Check out the silverlight graphing libraries. You might need to upgrade from .NET 2.0 though.
Also if you plan to use the web, you can always resort to javascript and jquery libraries out there with graphing abilities.