WPF Candlestick Chart
A Candlestick chart is another type financial chart that displays open-high-low-close values. Like the Stock chart, it can show price movements of securities, derivatives and currencies over time, except that the open and close values are indicated with a box. This can be easier to read the trends indicated within the data.
Points and boxes rendered based on data
Data points can be rendered differently depending on whether the close value is higher than the open value or not - in the above screenshot the point is colored blue if the close is higher or red if it is lower, just like the Stock chart, but in addition the boxes are filled in for a lower close providing an easy indication of market trends. As in the above screenshot a custom Metro style is easy to apply, or you can quickly make your own style to display maximum information for data-intense situations encountered in real-time financial markets.
Data binding
Full support for WPF data binding makes it easy to hook charts up to your business objects and to keep your views lightweight and easy to test.
Fully customizable
Every part of the chart control can be customized to suit. Styles or templates can be applied to the title, legend items, axis labels and much more.
And much more
Plus lots of great features and options supported across the WPF Chart range, including alternate Y axes, data labelling, zoom support, configurable selection modes, chart events, flexible axis labelling and scaling, background elements and high performance with even the largest data sets.