ASP:Chart control - databind pie chart from datatable

Posted by Jonesy on Stack Overflow See other posts from Stack Overflow or by Jonesy
Published on 2010-04-16T18:19:16Z Indexed on 2010/04/16 18:23 UTC
Read the original article Hit count: 379

Hi folks,

I've got a datatable with two columns "Status" (string) and "Total" (integer).

 Status       Total
 Success      34
 Missing      2
 Failed       10

I want to databind this into a pie chart with each Status per slice but I'm not sure what method of data binder is required?

Thanks, Jonesy

© Stack Overflow or respective owner

Related posts about asp.net-charts

Related posts about Charting