Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# .NET Charts Libraries/Code? [closed]

I am creating some reporting software that will generate excel workbooks with charts and all related data. Besides the built in libraries and .NET Office integration features, is there any other tools or code that people found useful to creating similar projects?

EDIT: I am targeting winforms.

like image 604
Troggy Avatar asked Nov 30 '22 20:11

Troggy


2 Answers

I've used ZedGraph before, and I found it pretty good for a free library.

like image 64
Matthew Groves Avatar answered Dec 07 '22 22:12

Matthew Groves


If you are not already aware... Microsoft released these free charting controls for .NET

http://weblogs.asp.net/scottgu/archive/2008/11/24/new-asp-net-charting-control-lt-asp-chart-runat-quot-server-quot-gt.aspx

like image 30
Jeffrey Hines Avatar answered Dec 08 '22 00:12

Jeffrey Hines