用于显示实时数据的 ASP.NET 第三方图表

发布于 2024-09-26 11:08:34 字数 305 浏览 0 评论 0原文

我们正在构建一个需要实时图表的金融网络应用程序。最初,将向客户显示一个空图表,其中 X 轴从 08:00 到 18:00,间隔为 2 小时,即 6 个点。 Y 轴应根据这些时间之间的价格进行调整。现在,从 08:00 开始,客户端(浏览器)将每隔 15 秒(可配置时间)向服务器发送一个 JSON/Ajax 请求以获取最新价格。然后,价格需要根据时间在图表上更新。

我见过一些第三方控件,但确实未能成功满足此要求。 Telerik 控件无法在客户端访问图表,因为它呈现为图像。

谁能让我知道第三方控件来满足这个要求。

多谢。

马赫什

We are building a financial web application which requires a real time chart. Initially an empty chart will be shown to the customer with X-Axis from 08:00 to 18:00 with a gap of 2 hours, i.e 6 points. The Y-axis should be adjusted based on the price between these timings. Now, from 08:00 the client(browser) will send a JSON/Ajax request to the server for every 15sec(configurable time) to fetch the latest price. And then, the price needs to be updated on chart based on the time.

I have seen some third party controls but really aren't successfull to satisfy this requirement. Telerik controls doesn't have client side access to the chart because it renders as an image.

Could anyone please let me know a third party control to satisfy this requirment.

Thanks a lot.

Mahesh

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜司空 2024-10-03 11:08:34

这看起来像你想要的

http://www.jscharts.com/

This looks like what you want

http://www.jscharts.com/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文