Click here to Skip to main content
15,891,981 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Gridview record as follows;


Facname Rate

Gopi Excellent
Sekar Good
Ravi Fair
Ram Poor


the above record is in gridview,for the above record i want to display in chart.

for that how can i do using asp.net with C#

please send any sample code abnd help me.


REgards,
Narasiman P.
Posted
Comments
Maciej Los 12-May-13 17:10pm    
This is not a question at all!
Did you tried anything?
Where are you stuck?
What have you done till now?

 
Share this answer
 
Comments
Maciej Los 12-May-13 17:11pm    
+5
You can use Data Chart control.
Put you DataGridViewinto DataTable.
Set DataSource as DataTable.
Then assign X,Y value member as respective column.
 
Share this answer
 
v3

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