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.
在 android 绘图中执行滚动时,域边界线变得不可见。如何解决这个问题?
您可以使用
mySimpleXYPlot.setDomainBoundaries(minval, maxval, BoundaryMode.FIXED);
其中 minval 是 x 轴的最小值。maxval 是 x 轴上的最大值
mSimpleXYPlot.setDomainBoundaries(minval, maxval, BoundaryMode.FIXED);