E ekamai New Member Mar 25, 2013 #1 \[code\]int successful = students.Where(p => p.Successful == 1).Count();int unsuccessful = students.Where(p => p.Successful == 0).Count();\[/code\]How can I insert this values to a single row bar chart?
\[code\]int successful = students.Where(p => p.Successful == 1).Count();int unsuccessful = students.Where(p => p.Successful == 0).Count();\[/code\]How can I insert this values to a single row bar chart?