QChart QChartView 绘制曲线时,会非常卡顿,尤其是点数较多时,基本无法使用,此时你设置数据使用的是QLineSeries类的append()方法,
要想高速绘图,不要使用append()方法,使用replace()方法,绘图效率会高很多。
posted on 2022-08-15 18:45 明太宗朱棣 阅读(4095) 评论(0) 编辑 收藏 举报