C# 图形生成器

发布于 2024-11-04 02:48:42 字数 204 浏览 0 评论 0原文

我最近刚刚再次开始使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

雨落□心尘 2024-11-11 02:48:42

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!

杀お生予夺 2024-11-11 02:48:42

查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文