12/17/2010 2:31:16 PM
Title:
DataGrid to Pie chart
Dear All,
I am in a situation where user gets the cars data from the database based on the selection and displays it under data grid like below ( for example)
GM Chevy 2010 10
GM Ghevy 2009 5
GM Pontiac 2010 12
Honda Camry 2009 12
and there will be link to get Pie chart based on the data in the data grid . I mean that should give with two pies items , one for GM showing the number of vehicles ( in this case 3 ) and Honda showing the number of vehicles ( in this case 1 ).
Could some body please advise how do I do group by on datagrid and show it on the pie chart..?
Regards