Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hai
i want to show a graph in C# from mysql database data with respect with the date which is a user choice,plz help me by sending any demo codes or any refrences regarding this as soon as possible ..

i already have a table in mysql database, i need to get graph for that datas in repect to the time we enter for example i copied the table below


Date Time AD13: Ahr 1 AD14: Ahr 2 AD15: Ahr 3 AD20: Whr 1 AD21: Whr 2 Tmax(F) Tmin(F) AD3: Volts 1 AD10: Amps 1 AD4: Volts 2 AD22: Battery #1: %Full Batt. 1 got charged AD23: Battery #2: %Full Batt. 2 got charged
1/6/2013 -0.29 -X- -X- -3.6 -X- -X- -X- 12.8 -3.47 -X- 27 0
1/6/2013 -0.29 -X- -X- -3.6 -X- -X- -X- 12.8 -3.47 -X- 27 0
1/6/2013 -0.29 -X- -X- -3.6 -X- -X- -X- 12.8 -3.47 -X- 27 0
1/6/2013 -0.29 -X- -X- -3.7 -X- -X- -X- 12.8 -3.47 -X- 27 0
1/6/2013 -0.29 -X- -X- -3.6 -X- -X- -X- 12.8 -3.47 -X- 27 0
1/6/2013 -0.29 -X- -X- -3.6 -X- -X- -X- 12.8 -3.47 -X- 27 0
1/6/2013 -0.29 -X- -X- -3.7 -X- -X- -X- 12.8 -3.47 -X- 26 0
1/6/2013 -0.29 -X- -X- -3.6 -X- -X- -X- 12.8 -3.47 -X- 26 0
1/6/2013 -0.29 -X- -X- -3.7 -X- -X- -X- 12.8 -3.47 -X- 26 0
1/6/2013 -0.29 -X- -X- -3.7 -X- -X- -X- 12.8 -3.47 -X- 26 0

if i type first date as 1/6/2013 and another date as 1/7/2013 i want to get the graph of 6th and 7th date data graph in visualstudio c#.
Posted
Updated 27-Jan-13 21:47pm
v2

 
Share this answer
 
Hi! These are not free, but really good, and not only for presentation: http://www.yworks.com/en/products_yfiles_dotnetplatform_about.html[^]
 
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