I want to ask anyone who knows how to create a bar graph in VS2010 C# Windows Forms??
I already searched the web on how to do it but it gives me examples of ASP.NET C#.
What I need to graph are my queries pertaining to the grades of my students..
The table below for example are the data from my database..
Name Grade
Kevin 85
James 80
Hyde 90
Manu 85
Thanks in advance..
I’m using VS2010 C# and Sql Server 2005 for my database
There are a lot of readymade controls you can find on the web (ie: http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=14422), or you can write one your own, maybe starting from here: http://www.codeproject.com/Articles/20146/Write-Your-Own-Bar-Chart-Winforms-User-Control