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.
如果 LineChart 已经绘制,我可以更改 Axis 的最大值吗?我知道setUpperBound()方法,但我发现它在与图表初始化一起使用时效果很好。但我想更改现有图表的上限和下限(没有结果)。
setUpperBound()
问题在于自动测距。决定:
yAxis.setAutoRanging(false);