简体   繁体   中英

DevExpress Real Time Chart for ASP.NET

Is there any example for a Real Time Chart using the DexExpress in ASP.Net?

The data will come from a WCF Service.

I need to simulate a pulse rate chart, updating it every 2 seconds, I checked the demo examples for the DevExpress but I only found a Real Time Grid in ASP.Net and the charts are static.

Any help will be welcomed.

I do not believe that you could easily configure the DevExpress Chart control to do that out of the box. You could set up an AJAX timer to refresh it every 2 seconds, which is as close as you'll probably get to what you want.

However, might I suggest using this free JavaScript based solution instead. It offers real time functionality by design: http://smoothiecharts.org/tutorial.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM