本文介绍了如何绘制蜡烛图在C#的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何在C#中绘制蜡烛图?
How can I draw candle charts in C#? Does anybody has any examples with a nice interface?
推荐答案
我使用了,发现它是相当不错。它支持蜡烛图。我使用ZedGraph,但发现一些图形异常出现在我的图表,但他们也是好的。
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.
这篇关于如何绘制蜡烛图在C#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!