如何在条形图中显示每个条形的条形值?
需要查看条形图中的条代表的精确值,而不是 Y 轴上的近似值。
这怎么可能做到呢?
感谢您的阅读!
There is a need to see the exact value that a bar in a bar graph represents, as opposed to the approximate value in the Y axis.
How can that be possibly done?
Thanks for reading!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 iReport 3.7.6 中,您只需选中 BarPlot 属性下的“显示标签”框即可。
在之前的版本(3.1.4)中,我必须创建一个 ChartCustomizer 类。
如果您需要格式化标签中的数字(例如百分比、添加千位分隔符等),那么您肯定需要一个 ChartCustomizer,即使在新版本中也是如此。
一个简单的例子:
In iReport 3.7.6 you can just check "Show Labels" box under BarPlot properties.
In a prior version (3.1.4), I had to create a ChartCustomizer class.
If you need to format the number in the label (e.g. to Percentage, add thousands separator, etc), then you definitely need a ChartCustomizer, even in the new version.
A simple example: