Reputation: 9
Can anyone tell me how I can dynamically create a pie chart using graphics in C# in Visual Studio 2005?
Upvotes: 0
Views: 1402
Reputation: 435
If you're using WinForms or ASP.NET and by chance targeting the .NET 3.5 I'd go with the free
Microsoft Chart Controls for Microsoft .NET Framework 3.5
Upvotes: 3
Reputation:
I hope you're using WPF, as it has excellent support for pie charts...
http://www.c-sharpcorner.com/UploadFile/mahesh/piechart11122009230249PM/piechart.aspx
Upvotes: 1
Reputation: 6627
This article will be a good place to start. It is actually an entire library you just have to use it. The demo application and code will help with that.
Upvotes: 2