Click here to Skip to main content
15,903,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a dundas chart i want to draw an line graph on that. I retrieved data from database.

For example I have a table called student

Test Marks1 Marks2
T-1 56 43
T-2 65 65
T-3 45 70
T-4 80 50
T-5 75 65


In the chart X-Axis should be shows Test T-1,T-2..... like this
Y-Axis shows Marks as 10,20,30,40......100.

And Marks1 and Marks2 in 2 lines


I want to do this by coding not by wizard steps...
can any one help me...

With Regards

Manju K Gowda
Posted

1 solution

Dundas has a sponsored article here on CP: Understanding Chart Areas with Dundas Chart for .NET[^]

For future reference (it will likely help you with your Googling) you want to bind your chart to the data, not the other way around.

Cheers.
 
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