图表控件 [英] The chart control

查看:95
本文介绍了图表控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有三个图表控件,绑定数据,替换里面的数据,但前面两个是突然走几个图表控制曲线,第三个
是一点一滴,请问是什么原因?



请验证我的帐户

解决方案

嗨lctk,


对于迟到的回复表示歉意。


>>但前面的两个是突然走几个图表控制曲线,第三个是一点一滴


是否同时显示三个数据?前两个数据的振动频率是否与第三个数据相同?如果它们不同,那么它们会在同一时间显示不同数量的数据,因此可能会导致
首先两个突然走几个图表控制曲线,但是第三个是一点点的或者。


或许您可以使用以下代码来延迟数据:

 await Task.Delay(100); 

希望有所帮助!


最好的问候,


Stanly


I have three chart controls, binding data, replace the inside of the data, but in front of the two is suddenly walk several chart control curve, the third is a bit by bit, excuse me what reason?


please verify my account

解决方案

Hi lctk,

Sorry for the late reply.

>>but in front of the two is suddenly walk several chart control curve, the third is a bit by bit

Are three data displayed at the same time? Will the vibrating frequency of first two data be the same as the third data? If they are different, then they show a different amount of data in the same time, so maybe cause that the first two is suddenly walk several chart control curve, but the third is a bit by bit.

Or maybe you can use the below code to delay the data:

await Task.Delay(100);

Hope it helps!

Best Regards,

Stanly


这篇关于图表控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆