Charting library

Hi, I started coding a trade robot in #C and I can't find a charting library which draws candle, stick, charts.

May be who will give me a few tips what carting library can be used for this the project?

Well if it will be a open source.
 
Last edited:
If you using windows forms just check Microsoft chart control that comes part of Visual Studio distribution. It gives you the ability to have line, candle and other chart types straight from your .Net app with very little programming. I would assume that the same is possible using WPF.
 
Thank vicirek, yeah the ChartControls it's that I looking. Now I testing it and seem it has all major functions for drawing a stock charting.
 
Back
Top