在Windows应用程序中使用C#绘制条形图

发布于 2024-09-01 16:35:33 字数 39 浏览 7 评论 0原文

我可以使用 C# 绘制条形图吗?我想为此使用单独的库吗? 谢谢。

Can I draw a bar chart using C# ? Do I want to use separate library for that?
Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(4

独夜无伴 2024-09-08 16:35:33

您可以使用 MS 图表Microsoft 提供的控件

您也应该开始接受更多答案。

You can use the MS Charting Controls provided by Microsoft.

You should start accepting more answers as well.

你是我的挚爱i 2024-09-08 16:35:33

您还可以查看 ZedGraph

You can also check ZedGraph

茶花眉 2024-09-08 16:35:33

查看 DundasCharts。这个图书馆是收费的,但还是值得的。

Check out DundasCharts. This library is paid, but it's worth it.

岁月蹉跎了容颜 2024-09-08 16:35:33

正如 npinti 所建议的,我还建议 ZedGraph

这里你有很多您可以使用 ZG 绘制的条形图示例:
http://zedgraph.org/wiki/index.php?title=Bar_Charts

这里还有关于各种显示设置的非常有用的解释
http://zedgraph.org/wiki/index.php?title=How_is_BarItem_affected_by_AxisType% 3F

ZedGraph不仅提供绘图/图表例程,还提供基本的交互性(缩放、检查点的值等)和有用的操作(以各种格式保存、打印、复制到剪贴板)。

一些简单的例子:

替代文字

As npinti suggests, I would also recommend ZedGraph

Here you have a lot of examples of barcharts you can draw with ZG:
http://zedgraph.org/wiki/index.php?title=Bar_Charts

Here is also a quite useful explanation on various display settings
http://zedgraph.org/wiki/index.php?title=How_is_BarItem_affected_by_AxisType%3F

ZedGraph provides not only the drawing/charting routines, but also basic interactivity (zooming, checking values of the points etc.) and useful operations (saving in various formats, printing, copying to clipboard).

And some simple example:

alt text

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