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!
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!
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: