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.
javafx2 中是否有方法可以覆盖票证标签 X 和 Y 轴以便自定义设置轴格式化程序?
2)如何放大X或Y轴空间以获得更多的标签空间?
3)如何设置网格显示为对数,或重新定义动态网格线空间?
要放大 Y 轴宽度,您可以使用
yAxis.setPrefWidth(35);