admin管理员组文章数量:1391943
I'm using androidplot: 1.5.11 to display a simple bar chart, with domain labels at the top. However, the first and the last bars are cropped off. The domain labels at the top are also cropped, as you can see in the image. My bar chart render
I've tried almost everything,
I've set insets: plot.getGraph().setGridInsets(new Insets(50,0,100,100));
I've set padding: plot.getGraph().setPadding(100, 10, 80, 50);
I've set domain boundaries: plot.setDomainBoundaries(0, 3, BoundaryMode.FIXED);
The documentation doesn't have enough information I am doing hit and trial here. But nothing seems to work and there's rarely anything on here which isn't from 13 years ago. So if anyone has solved this problem recently, please help.
本文标签: How to adjust the domain in androidplot so that the Bar Chart isn39t clippedStack Overflow
版权声明:本文标题:How to adjust the domain in androidplot so that the Bar Chart isn't clipped - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744755478a2623435.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论