For WPF, FREE candlestick example?

对着背影说爱祢 提交于 2019-12-04 17:40:34

问题


I have been looking for an example or tutorial to show me how to do a candlestick chart in WPF. I want to dynamically load the data series in C# instead of XAML. I have seen it in a static example in XAML on http://www.codeproject.com/KB/silverlight/SilverlightFinancialChart.aspx?msg=3104202 This is for Visifire but want to populate with simple C#. Anyone know of any options? Thanks


回答1:


You can check at this example I proposed on my blog.

It is based on a D3 library version I branched to add some behavior I need ( candlestick was one )




回答2:


Take a look at these two:

http://www.codeproject.com/KB/graphics/zedgraph.aspx

http://netcontrols.org/nplot/wiki/index.php?n=Main.HomePage



来源:https://stackoverflow.com/questions/5834144/for-wpf-free-candlestick-example

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!