JFreeChart 刻度标签截断

发布于 2024-12-11 00:09:13 字数 243 浏览 0 评论 0原文

使用 JFreeChart 渲染图表时,如果水平轴末端附近有刻度标签,则该标签会在图像边框处被部分切断,例如:

 |
 |
 +----------+------------------+-
        01 Jun 11          01 Jul     <--- missing year

有什么方法可以防止这种情况发生吗?是否可以添加某种保证金或类似的保证金?

谢谢

When rendering a chart using JFreeChart, if there is a tick label near to the end of the horizontal axis the label is partially cut off at the border of the image, eg:

 |
 |
 +----------+------------------+-
        01 Jun 11          01 Jul     <--- missing year

Is there any way that I can prevent this? It is possible to add some kind of margin or similar?

Thanks

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

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

发布评论

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

评论(1

一影成城 2024-12-18 00:09:13

Assuming a DateAxis, the parent ValueAxis method setUpperMargin() may suffice.

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