ZeroBugBounce
ZeroBugBounce

Reputation: 3670

What's a good f/oss GDI+ (System.Drawing) based graphing and charting component for .NET?

I want to create basic line, bar, pie and area charts for .NET 3.5 WinForms and I'm interested in finding a free, mature, open-source .NET (preferably C# based) project to help me accomplish that. I would consider a WPF based project, however I'm more comfortable in GDI+ so I'd rather it used System.Drawing and/or GDI interop as its base technology.

Thanks!

Upvotes: 2

Views: 586

Answers (3)

torial
torial

Reputation: 13121

Take a look at ZedGraph: http://zedgraph.org/wiki/index.php?title=Main_Page

Upvotes: 0

xanadont
xanadont

Reputation: 7604

This one's quite nice: zed graph

Upvotes: 0

Shog9
Shog9

Reputation: 159610

ZedGraph. 'Nuff said.

Upvotes: 7

Related Questions