Pie Chart question

Stimulsoft Reports.NET discussion
Post Reply
iomega55
Posts: 29
Joined: Sat Sep 23, 2006 1:37 am

Pie Chart question

Post by iomega55 »

I have this table:


type ET AT CN
----- ---- --- ----
info01 20 10 30
info02 0 5 20
info03 100 0 0


How can I reflect this information in pie chart, but only totals by column, ie SUM(ET), SUM(AT), SUM(CN) would be the pie series?

Is it easier to get this totals in my webapp and just pass the values to the report as parameters or can it be solved totally in designer?

Thanks again.
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Pie Chart question

Post by Vital »

You can use Datasource from other datasources. Aggregate data before using in piechart.

Thank you.
Post Reply