I have simple Dictionary:
Dictionary<
int
,
string
> dictionary =
new
Dictionary<
int
,
string
>();
And i want my Dictionary will be merge into Chart Pie like in this example (include all the toll tips that opened after mouse over):
http://demos.telerik.com/aspnet-ajax/salesdashboard/
Can i have a simple code example how to achieve that ?