开发者

Draw a bar chart using C# in windows application

开发者 https://www.devze.com 2022-12-30 05:17 出处:网络
Can I draw a bar chart using C# ? Do I want to use separate library for that? Thank yo开发者_如何学Cu.You can use the MS Charting Controls provided by Microsoft.

Can I draw a bar chart using C# ? Do I want to use separate library for that? Thank yo开发者_如何学Cu.


You can use the MS Charting Controls provided by Microsoft.

You should start accepting more answers as well.


You can also check ZedGraph


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


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:

Draw a bar chart using C# in windows application

0

精彩评论

暂无评论...
验证码 换一张
取 消