GraphView实时图形往往是凌乱的

时间:2014-04-26 15:33:46

标签: android graphing android-graphview

我在android中使用GraphView来绘制实时数据。这个问题是生成了很多值。因此,整个应用程序往往变得非常慢。有什么办法可以清除视口中没有的数据/值吗?我不需要过去的值,因为我不允许用户手动滚动。

1 个答案:

答案 0 :(得分:2)

Parameters:

value - the new data to append
scrollToEnd - true => graphview will scroll to the end (maxX)
maxDataCount - if max data count is reached, the oldest data value will be lost