时间:2019-03-17 标签:c#visifire(charts)

发布于 2024-11-09 12:24:35 字数 312 浏览 6 评论 0原文

我在.net框架上开发了一款silverlight应用程序,并使用visifire进行图表绘制,即通过MS SQL数据库进行更新。 主要的是,当我更新数据库时,图表上的数据受到影响,但在值更改期间图表的外观和感觉并不顺利。

我已使用 来快速显示图表上的数据。

那么,为了在数据库更新后图形统计数据的平滑变化,我必须在程序中进行哪些更改。

I have developed one silverlight application on .net framework and used visifire for charting i.e. getting updated through MS SQL database.
The main thing is that when i am updating the database the data on chart are getting affected, but the look and feel of the chart is not happening smoothly during the value change.

I have used <vc:DataSeries RenderAs="QuickLine" DataSource="{Binding ItemsSource, ElementName=MyGrid}" > for quickline presentation of the data on graph.

So what changes I have to make in my programm for smooth change in graph statistics after database updation.

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

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

发布评论

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

评论(1

时间海 2024-11-16 12:24:35

“但是图表的外观和感觉是
期间发生的事情并不顺利
值变化”

您的预期输出是什么?当前输出是什么?请更详细地解释一下。您使用的是哪个版本的 Visifire?您究竟是如何更新 ItemsSource 属性的?您能提供 C# 代码和 XAML 吗?

"but the look and feel of the chart is
not happening smoothly during the
value change"

What is your expected output and what is the current output? Please explain more in detail. Which version of Visifire you are using? Exactly how you are updating the ItemsSource property? Can you provide C# code and XAML?

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