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

有帮助吗?

解决方案

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 )

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top