Stock Chart's main purpose is to display financial charts.
However, it can also be used to visualize any date-based data.
Line, column, candlestick, OHLC, step line and area - all these types of charts
can be displayed with this control.
Stock Chart is a powerful application that lets you forget about most of the
boring parts in building complex statistical systems in WPF and/or Silverlight.
It has built-in period and data set selection tools, and can group data into
longer periods. This enables you to make drill-down charts without any additional
coding, using one data set only. Click on "MAX" button below the chart and the
chart displays monthly data. Click the "1M" (one month) button, and the chart
switches to daily data. This is done without any data reloading! You can see Silverlight
version in action on these pages or check out our online in-browser demonstration
for a WPF version.
Key features:
Support for numerous chart types
Supports Line, Column, Candlestick, OHLC, Step Line, Step Line without risers and Area chart types.
Data grouping
If there are more data points in the selected period than indicated,
the data can be grouped into longer periods - weeks, months, years.
You can choose the value that you want to show for the period - open, close,
average, sum, low or high.
Multiple sub-charts
Multiple synchronized sub-charts can be displayed on one stock chart.
News tickers (events) can be displayed on the chart using multiple types
of visualization options.
Multiple value axes
Each sub-chart can have 2 Y-axes and X-axes of all subcharts are synchronized.
Advanced scrollbar/zoom control
Very comfortable, visualizing scrolling/zooming control let's you zoom and scroll
preciselly and comfortably while keeping you presented with the whole picture.
Multiple data sets can be added to the chart and the control includes tools
for users to switch main data set and select other data sets for comparison.
Charts can recalculate data to percents when comparing one data set with another
Support for data-binding
As any other bindable WPF controls stock chart can be bound to any data object implementing IEnumberable interface.
Visit the documentation section to learn about all the possibilities provided by this chart
or find out about main features and see it in action by looking at the samples on these pages (Silverlight) or
in our in-browser WPF demo.