I've seen this request many times:
How do I make a Chart in Silverlight?
I'm going to show you that with some simple math and a little bit Silverlight knowledge, you too, can enjoy the clarity of a chart on your web page.
Technically, the goal is to build a simple reusable horizontal bar chart using Silverlight 1.0 and dynamic data. The code will be written in XAML and JavaScript and I will be using Visual Studio 2008 as my editor. How you get the data to the app is up to you, but to keep this simple, I will be using local JSON formatted data.