Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在向 Androidplot 传递一个 x 值范围从 0 到 100 的系列,但我只想显示从 90 到 100 的范围。我该如何做到这一点?
该图每秒都会用新数据重新绘制。redraw()我的计划是在设置 x 轴范围之前调用一些命令。
redraw()
使用setDomainBoundaries:
setDomainBoundaries
setDomainBoundaries(90, 100, BoundaryMode.FIXED );