Stock Data Visualization Using Silverlight
Friday, January 21st, 2011I’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 [...]