Click here to Skip to main content
15,915,835 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends,
Creating dynamic chart from code behind

As i am new to asp .net i m facing problem in creating dynamic chart , depending on the no. of records found in the database in the front-end i have to create the charts.

ex: if, 5 records found then 5 charts should be displayed, if 10 records found then 10 charts should be drawn on frond-end.
Posted
Updated 9-Feb-12 11:05am
v3
Comments
thatraja 9-Feb-12 5:01am    
Chart? Which one? asp.net chart? Zed graph? or anyother thing?
ZurdoDev 9-Feb-12 10:27am    
So, after you get your records, create new instances of the chart you are using and add them to the form. Or use a repeater control. There are various ways this can be done.

1 solution

 
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