How to create a Pie chart for each line of a dataset result??
Posted: Wed Jun 10, 2009 7:56 am
Hi.
I have a Stored Proc that return the records bellow and I need to representate it on a Pie chart, but I need one chart for each line. How to do it?? Any idea??
Excuse my poor English.
Thanks
Jair RC
Joinville/Brazil
I have a Stored Proc that return the records bellow and I need to representate it on a Pie chart, but I need one chart for each line. How to do it?? Any idea??
Code: Select all
ITEMS Class1 Class2 Class3
------------------------------------------------------
PESSIMO 5 2 6
RUIM 1 5 3
PREOCUPANTE 3 4 1
ACEITAVEL 2 7 2
BOM 11 4 5
EXCELENTE 158 5 15
Thanks
Jair RC
Joinville/Brazil