I’ve written an article on CodeProject on visualizing live and historic stock data using Silverlight. In the article I’m presenting a pretty generic way of fetching, parsing and displaying the stock data.
The structure of the article is as follows:
- Define data structures for storing and defining interfaces for fetching live and historical data.
- Implement fetching stock data using Google Finance
- Visualize fetched stock data using Visiblox Charts for Silverlight
Read the full article and download the source code on Codeproject: Visualizing Live and Historic Stock Data Using Silverlight
One Response to Stock Data Visualization Using Silverlight