Making A Graphic Pie Chart In C#

江枫思渺然 提交于 2019-11-30 19:37:39

I will advise you to take a look at ZedGraph.

If you want a sample code to actually draw pieChart using GDI you can check this tutorial.. It uses FillPie Method of Graphics class.

This isn't a direct answer to you question, but why aren't you using the Microsoft chart controls?

Scott Gu's post about it

David

CodeProject.com has several samples. Here's one I've used. Also, I would recommend looking into the Google Charts. It will do this for you.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!