C# 帮助 - Silverlight - 工具包 - Dynamic Line 系列

发布于 2024-11-02 12:01:44 字数 81 浏览 1 评论 0原文

我需要有关 Silverlight Toolkit Line Series 中折线图的帮助,该折线图动态更新,每 5 秒更新 3 条线,我该怎么做?

I need help with line chart in Silverlight Toolkit Line Series that updates dynamically having 3 lines updating itself every 5 seconds how do i do it?

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

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

发布评论

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

评论(1

猫烠⑼条掵仅有一顆心 2024-11-09 12:01:44

代码的一个很好的例子是:
http://forums.silverlight.net/forums/p/161397/365415.aspx

您使用可观察集合(即依赖属性)设置 3 系列。

然后将 XAML 系列项源绑定到依赖属性。

然后,您需要创建一个计时器,5 秒后将触发一个事件,该事件将更新 DataSeries 依赖属性。
数据会自动绑定Line Series。

谢谢

A good example of Code is :
http://forums.silverlight.net/forums/p/161397/365415.aspx

You set your 3 Series with Observable Collections which are Dependency Propertys.

And you bind your XAML Series Items Source to your Dependency Propertys.

You then will need to create a Timer that after 5 seconds will set off a Event which will go and update the DataSeries Dependency Propertys.
The Data will automatically bind the Line Series.

Thanks

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