This is a migrated thread and some comments may be shown as answers.

How to create Chart Pie like in this example

1 Answer 52 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
berry
Top achievements
Rank 1
berry asked on 22 Jun 2015, 09:50 AM

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 ?

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 23 Jun 2015, 03:09 PM
Hi Berry,

You can take a look at the following resources which will be helpful for achieving the desired effect: I also attached a small example demonstrating a DoughtnutSeries. I hope it helps.

Regards,
Martin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ChartView
Asked by
berry
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or