The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Pie Chart in Silverlight
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

sonakshi chomalPosted Aug 7, 2013, 3:20 AM
And also how i can implement Stacked Bar using toolkit 5
sonakshi chomalPosted Aug 7, 2013, 3:18 AM
can u please tell me how i can style my charts
Nguyen Tran Ngoc TrongPosted Oct 24, 2012, 2:19 AM
Thanks you.
jia GPosted Jul 5, 2010, 9:10 AM
heyya! i have created a 2D pie chart..i want to know is it possible to apply emboss effect in 2D Piechart regards jia
erum mirzaPosted May 1, 2010, 5:08 AM
private void LoadPieChartData()<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p> {<o:p></o:p> ((PieSeries)mcChart.Series[0]).ItemsSource =<o:p></o:p> new KeyValuePair<string, int>[]{<o:p></o:p> new KeyValuePair<string, int>("Project Manager", 12),<o:p></o:p> new KeyValuePair<string, int>("CEO", 25),<o:p></o:p> new KeyValuePair<string, int>("Software Engg.", 5),<o:p></o:p> new KeyValuePair<string, int>("Team Leader", 6),<o:p></o:p> new KeyValuePair<string, int>("Project Leader", 10),<o:p></o:p> new KeyValuePair<string, int>("Developer", 4) };<o:p></o:p> } i m trying to convert to vb.net<o:p></o:p>