Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
Real-time web chart with data from SQL database
posted

Hi,

I am trying to plot a real-time webchart on a ASP.NET MVC 3 Razor view page.

The chart gets automatically gets data from the database and plots a new point on the chart on a set time interval and removes the first point after a set maximum number of points on the chart has been exceeded.

I am able to do this on a windows form using the timers to refresh to get data. But I am a little stumped on how to do that on ASP.NET.

Can anyone help?

Thanks in advance!

Cheers,

Mark