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

Doughnut Chart for win 8

3 Answers 38 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Sajida
Top achievements
Rank 1
Sajida asked on 18 Jul 2012, 10:41 AM
Hi,



Can you tell me whether doughnut charts are available right now for metro applications in windows 8. If Yes, Please share me any demo of Doughnut charts.



Thanks in advance

3 Answers, 1 is accepted

Sort by
0
Veli
Telerik team
answered on 19 Jul 2012, 07:49 AM
Hello Sajida,

RadChart for Metro / HTML provides donut series, as demonstrated in the demos application included in your RadControls for Metro / HTML installation:

RadChart for Metro HTML donut series

To initializa RadChart with donut series, use the data-win-options attribute of your host HTML element:

<div id="chart" data-win-control="Telerik.UI.RadChart" data-win-options="{
    series: [{
        type: 'donut',
        data: [15.11, 27.53, 43.46]
    }]
    }"></div>


Greetings,
Veli
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Sajida
Top achievements
Rank 1
answered on 30 Jul 2012, 08:10 AM
Hi Veli,



I need the doughnut sample code in xaml.



Thanks in advance..
0
Veli
Telerik team
answered on 30 Jul 2012, 08:31 AM
Donut series for the XAML Chart will be available in the upcoming refresh release scheduled for August 8.

Veli
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Chart (obsolete as of Q1 2013)
Asked by
Sajida
Top achievements
Rank 1
Answers by
Veli
Telerik team
Sajida
Top achievements
Rank 1
Share this question
or