问题
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