JFreechart获取网格显示维度

发布于 2024-11-19 16:27:22 字数 123 浏览 4 评论 0原文

如何在 XY 图中获取网格方块的显示尺寸。我可以获得刻度单位,但由于绘图轴已调整以适合数据集,两个轴上相等的刻度单位并不总是看起来相等,可能是因为其中一个轴具有更大的值范围。 有什么方法可以获取网格的显示尺寸,而不是刻度单位。 谢谢

How can I get the DISPLAY dimensions of my grid squares in an XY plot. I can get the tick unit, but because the plot axis is adjusted to fit the dataset, equal tick units on both axis do not always look equal, maybe because one of the axis have a larger range of values.
Is there any way to get the displayed dimensions of the grids, and not the tick unit.
Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暖树树初阳… 2024-11-26 16:27:22

您也许可以从 ChartPanel 上的 getBounds()Plot 上的 getInsets() 推断出有用的信息。或者,指定一个方形容器和setResizable(false)

You might be able to infer something useful from getBounds() on the ChartPanel and getInsets() on the Plot. Alternatively, specify a square container and setResizable(false).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文