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.
我有多个 y 比例尺,效果很好。但是,如果 y 值显示在靠近 y 轴的单独列中,效果会更好。
可能吗?
有一种方法可以做类似于您需要的事情,但可能不完全是这样。您可以对齐右侧的第一个比例和左侧的第二个比例,例如值不重叠:
renderer.setYLabelsAlign(Align.RIGHT, 0); renderer.setYLabelsAlign(Align.LEFT, 1);