Bar 3D Chart Labels
Posted on February 5, 2013 at 4:56am
Hi
Anyone please help me to populate dynamic values in label expression of jasper reports, Bar 3D Charts....
will diplay a value on the bar as "4" in the chart....How to pass dynamic values, instead of hard coded ones in chart...
Joined: Oct 10 2012 - 4:42am
Last seen: 8 years 4 months ago
Posted on February 6, 2013 at 3:12am
Hi got a solution, Use the following expression in the labelexpression tag:- in the XML page with your field name.... it works for me!!!!
Joined: Oct 10 2012 - 4:42am
Last seen: 8 years 4 months ago
<labelExpression><![CDATA[new java.lang.Double($F{PriorSublBal}.doubleValue()).toString()]]></labelExpression>
Hi, I am also using 3D bar chart in my ireport but i'm unable to show the lable on top of the every bar