C# financial charting library for Windows Forms?
Asked Answered
G

6

9

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?

Gallop answered 1/3, 2009 at 18:44 Comment(0)
S
9

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

Note: It's free and open source.

Sardella answered 1/3, 2009 at 18:48 Comment(0)
B
4

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

Banquet answered 1/3, 2009 at 20:8 Comment(0)
M
0

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

Mooney answered 1/3, 2009 at 18:47 Comment(0)
I
0

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

Id answered 1/3, 2009 at 18:48 Comment(0)
W
0

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

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

Wengert answered 3/5, 2011 at 10:1 Comment(0)
S
0

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

Swarth answered 24/1, 2012 at 2:0 Comment(1)
This is an expensive corporate product - hardly Open Source / Free as the OP requested.Factitive

© 2022 - 2024 — McMap. All rights reserved.