Our WPF charting control data binds to a variety of data sources including data tables, data sets, XML files and object data providers so you can bind against observable collections. Using the DataMapping multi-value property you can easily adapt values supplied by your data source to chart elements such as labels and data point values.
Our WPF chart can bind to complex data such as the price information that often needs to be displayed by demanding financial applications. You can produce both Japanese candlestick charts and OHLC bar charts (OHLC stands for Open-High-Low-Close), and it's easy to integrate the tightly coupled display of a volume or open interest chart beneath either of these chart types.
Our WPF chart control supports stack chart types as a variation on its common chart types such as area, line, column and bar. In these stacked charts, data series are layered one on top of another. You can optionally show users a stacked 100% chart, in which the sum of all correlated data points in each series are made to add up to 100%. Similar to a doughnut or pie chart, these charts allow users to evaluate proportionately how much each data point being charted contributes to the total.