C# financial charting library for Windows Forms?

David Hodgson picture David Hodgson · Mar 1, 2009 · Viewed 11.8k times · Source

I need a open-source/free C# tool or library that can do financial charting for a student project. It needs to be able to do a open-high-low-close chart, and be able to graph various technical indicators that I calculate, all from within a Windows form.

Any recommendations?

Answer

Diego Jancic picture Diego Jancic · Mar 1, 2009

Try ZedGraph. You can do almost anything with that library.

Note: It's free and open source.