David.Chu.ca
David.Chu.ca

Reputation: 38644

What is the best and easy to use graphics library available for C#?

I need an open-source based graphics library to generate jpg graphics from database such as data from MS SQL server. I guess where the data coming from does not matter. The graphics will be something like trend for curve, bar, pie...

What I found are couple of libraries available such as NPLOT and ZedGraph, Before I roll my leef on those, just want to get guru's opinions on this issue. Any other libraries better than these two?

Upvotes: 0

Views: 496

Answers (1)

Kev
Kev

Reputation: 119806

The Microsoft Chart Controls for Microsoft .NET Framework 3.5 are free but not open source. The data binding support appears to be quite comprehensive and charts look quite nice as well.

My only experience with ZedGraph was from a couple of years back. It didn't play nice in our partial trust ASP.NET environments, so perhaps that's something to consider if you're attracted by it.

Kev

Upvotes: 2

Related Questions