Question

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

Was it helpful?

Solution

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 )

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top