How to build simple line chart with Silverlight 1.1
Today I've published an article on how to build a line chart control with Silverlight 1.1 in SilverlightShow.net. The chart allows you to load data from an exported Excel XML Spreadsheet and a custom XML serialized array of points. The goal of the article is to give a Silverlight solution of how to visualize data in a line chart and let non-technical staff maintain it.
The article shows how to use basic framework elements and transformations, how to load XML in Silverlight, how to create and include in ASP.NET project a Silverlight class library and Silverlight project.
The full source code is included in the article so you can download and examine it yourself.
Check out the live demo.
.png)