Posts

Showing posts with the label Silverlight

Pie Chart in Silverlight

Image
The Silverlight Toolkit released on November 2008 comes with a data visualization assembly called Microsoft.Windows.Controls.DataVisualization.dll that hosts the functionality related to charts in Silverlight.   This article demonstrates how to draw charts using the Silverlight Toolkit. Note : This article is written by using the Silverlight Toolkit November 2008 that you can download from here: Silverlight Toolkit - Release : Silverlight Toolkit November 2008 . This control may be a part of Silverlight in near future versions. Adding Silverlight Toolkit Reference Before you can use any charting related functionality in a Silverlight application, you must download the Silverlight Toolkit. After that you need to add a reference to an assembly. To add a reference, right click the References folder of your project in Solution Explorer and select Add Reference. This action will open the Add Reference dialog as you can in the following Figure 1. On this dialo...