本文介绍了如何绘制在C#蜡烛图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
怎样绘制在C#蜡烛图?是否有人有一个漂亮的界面什么例子?
How can I draw candle charts in C#? Does anybody has any examples with a nice interface?
推荐答案
我已经使用了 MSChart的并发现它是pretty的好。它支持K线图。我使用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#蜡烛图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!