Create real time chart
I have five cols in database, open,high,low,close,time. i want to create a real time candlestick chart that takes time from database and show it on x axis, and also shows the open high low and close values of that particular time. the chart also updates it self after every 2 seconds.how is it possible.
Praveen KumarPosted Aug 4, 2011, 4:51 AM
ASPX Page:
.cs File
Suthish NairPosted Aug 4, 2011, 3:00 PM
For better idea, check this thread
saifullah khanPosted Aug 4, 2011, 5:43 AM
saifullah khanPosted Aug 4, 2011, 2:50 AM
Praveen KumarPosted Aug 3, 2011, 2:48 AM