I constructed a RadGridView and would like to use its content for my RadChartView to create a pie chart, but so far nothing shows up.
For RadGridView I would have five columns.
Name Count C D E
Germany 20
France 50
I would only use the "Name" and Count" column to construct my pie chart but not "C", "D", and "E" columns, so it would be a percentage chart with Germany 20/70 and France 50/70. How do I use these two columns of the RadGridView for my RadChartView?