Hi, I'm trying to create a simple Doughnut Pie chart, I was checking the silverlight demo gallery but the code doesn't shows me how to do it because is already done inside class SeriesExtensions.GetUserRadialData.
Could you please tell me how to create manually this kind of chart?
For example I have these categories with values:
Apples, 59
Oranges, 30
Lemon, 40
I need to represent these values with a legend, series and titles.
Thank you very much.
Could you please tell me how to create manually this kind of chart?
For example I have these categories with values:
Apples, 59
Oranges, 30
Lemon, 40
I need to represent these values with a legend, series and titles.
Thank you very much.