Tooltip property provide to show the value when mouse over event occur on that particular bar
To add the tooltip property open iReport, right click on the
chart and select “Chart Data” (You can add also by selecting Hyperlink option)
After selection Chart
Data go to Detail sections and
select the Category Series, then
Modify and select Item Hyperlink
section and give the expression for mouse over, here in this case it will be
$F{ORDERS}.toString()
where .toString() convert Integer values to String.
Other useful links:-
2 comments:
Hi, just wanted to mention, I liked this article. It was inspiring.
Keep on posting!
Feel free to visit my web page :: solatube Cape Town
Thank you, your article helped me alot
Post a Comment