Click here to Skip to main content
15,901,666 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am developing a web application.

I need to display data from a table into Graph.
My table has fields such as MarksEng, MarksMaths, MarksScience etc and has 20 records.

I want to show in bar chart.

Please let me know How should I do to meet my requirement.

Lots of thanks in advance.
Posted
Updated 8-Dec-10 22:15pm
v3
Comments
Dalek Dave 9-Dec-10 4:16am    
Edited for Readability.

If you are using C# 4.0 the Chart object is included in the .NET library, meaning it's free for any use. You can also import the object if you are using .NET 3.5.

I use it and it is pretty decent. As with other charting libraries, I have found it helpful to create a custom control or wrapper that makes it even easier to create commonly used charts.

Here is a link to the sample environment:
http://code.msdn.microsoft.com/mschart[^]
 
Share this answer
 
v9
Comments
Dalek Dave 9-Dec-10 4:16am    
Good Call.
Go through this link .., this will help you a lot

Zed Graphs[^]
 
Share this answer
 
Comments
Dalek Dave 9-Dec-10 4:16am    
Good Link.
There are many solutions to this. You'll have to give a few more details about your requirements before anyone can give you accurate advice.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900