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.
我正在使用 achartengine 来显示图表,但我想反转 y 轴,例如从 15 到 0。有人可以帮助我吗?
我只需要添加:
XYMultipleSeriesRenderer aRenderer = new XYMultipleSeriesRenderer(); aRenderer.setYAxisMin(15); aRenderer.setYAxisMax(1); aRenderer.setYLabels(15);