时间:2019-03-17 标签:c#visifire(charts)
我在.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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的预期输出是什么?当前输出是什么?请更详细地解释一下。您使用的是哪个版本的 Visifire?您究竟是如何更新 ItemsSource 属性的?您能提供 C# 代码和 XAML 吗?
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?