Charting library

Discussion in 'App Development' started by Xraptor, Jan 29, 2016.

  1. Xraptor

    Xraptor

    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: Jan 29, 2016
  2. Xraptor

    Xraptor

    Thank you Shortskirt for your advice!
    So what else ...
     
  3. vicirek

    vicirek

    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.
     
    Xraptor likes this.
  4. Xraptor

    Xraptor

    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.
     
  5. Try Zedgraph.
    http://zedgraph.sourceforge.net/samples.html
     
    Xraptor likes this.
  6. Xraptor

    Xraptor