Sharing Resources: Let's Not Reinvent the Wheel

Quote from sharpquant:

Anyone knows a good .NET open source charting library for trading type of charts, such as time series, high-low, something equivalent to but in C#?

There are a few open source [url=http://csharp-source.net/open-source/charting-and-reporting]C# charting library
, not sure which one is good for trading use.

I don't think this is open-source, but it is free from Microsoft. Does your project require open-source or are you just looking for free c# charting?

http://www.microsoft.com/downloads/...86-BF49-4FE5-9CA8-910AE6EA442C&displaylang=en
 
Quote from sharpquant:

open source is preferred so can be modified.

Indeed. I think it would be unwise to say the least to use a closed source library for charting where presentation is everything. I've used JFreeChart, and it is pretty good but I've still had very good reasons to change some of the code for what I wanted to do. Things like the axes and data point rendering in particular.
 
The list that ET members helped you compile turned into a plug for your resume.

Seriously, where you raised by wolves?
 
Back
Top