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

Pie Chart with Multiple Columns?

1 Answer 130 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Dan Cooper
Top achievements
Rank 1
Dan Cooper asked on 19 Jul 2009, 05:10 PM
Hey all,

I am trying to make a single pie chart, my SQL table with the values for the chart will be only one row, with many columns that hold the data.  However, when i add all the columns, it makes a whole bunch of pie charts with the value being 100%.  How do i make this all one pie? 

1 Answer, 1 is accepted

Sort by
0
Vladimir Milev
Telerik team
answered on 22 Jul 2009, 08:49 AM
Hi Dan Cooper,

This is not supported out of the box. What you are trying to achieve is to transpose the table data. RadChart only creates a new series item for each row. I guess in your case I would write a loop that transposes the data table before passing it to RadChart.

Kind regards,
Vladimir Milev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Chart (Obsolete)
Asked by
Dan Cooper
Top achievements
Rank 1
Answers by
Vladimir Milev
Telerik team
Share this question
or