문제

I had created the pie chart using dynamic jasper API 3.1.9. The output of the program is showing the sections with name only. I want to display the percentage of each section in pie chart.

What are the additional elements to add or set so that my chart will display percentage?

도움이 되었습니까?

해결책

Try this

I gave the current version (3.0.13) a try and solved my problem using the setLabelFormat in the DJPieChartBuilder. I used the following format "{0}\n {2} ({1})", where 0 is the expression of the PropertyColumn set in "SetKey(...)", 1 the absolute value and 2 the relative value. Maybe this could be useful to others.

This was on dynamic jasper forum http://dynamicjasper.com/forum/viewtopic.php?f=8&t=23

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top