Question

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?

Was it helpful?

Solution

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

Note: It's free and open source.

OTHER TIPS

Microsoft has released a chart control for .NET 3.5. You can get support at this forum.

We use StockChartX from www.modulusfe.com - there are COM, WPF and Silverlight versions. Also Flash, HTML5, etc.

ChartFx from SoftwareFX is pretty good. They are not free but do offer a 30 day trial that might work for a student project.

It's not exactly open-source, but it is free (if you have a valid Office license). You can use Office Web Components to create almost any chart Excel can.

http://www.codeproject.com/KB/aspnet/owc11article.aspx

This may give you clear and simple idea how to use Charts with free source.

http://www.codeproject.com/KB/graphics/charting.aspx

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top