tags:

views:

441

answers:

4

Hi there,

How can I draw candle charts in C#? Does anybody has any examples with a nice interface?

Thanks in advance

A: 

Try xamChart Control Trial version from Infragistics.

Here is another sample at CodeProject

Asad Butt
A: 

I'm using the .netCharting library for this and it's pretty good. It supports all sorts of charts - candle included. One thing to watch out for is that with the current version (5.3) you have to reverse the high and low price - a pretty ugly and obvious bug. It's a commercial product, but reasonably priced, so could be worth it, depending on your project.

Evgeny
A: 

ZedGraph is a very easy-to-use LGPLed charting library that can handle candlestick charts.

If you need to save an image to disk, it can do that. If you need to display an interactive graph that supports zooming/panning, it can do that as well with the excellent ZedGraphControl control.

Mark Rushakoff
+1  A: 

I've used the MSChart and found it to be pretty good. It supports candlestick charts. I've used ZedGraph as well but found a few graphical anomalies showed up on my charts but they were otherwise good as well.

itsmatt
Nice! I still like telerik better, but it ain't an answer.
Thiago