how to show legend items row wise in bottom for bar/pie char

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
chandra.shekar
Posts: 2
Joined: Tue Aug 06, 2013 10:56 am
antibot: No, of course not.

how to show legend items row wise in bottom for bar/pie char

Post by chandra.shekar » Tue Aug 06, 2013 1:36 pm

Hi,

My requirement is to show the legend items in row wise at bottom of pie chart. I tried using JFreechart i found and able to set the legend position top/bottom/right/left but when i set to bottom it paints legend ites horizontally with color symbol for pie chart..like below

chart
legend1..legend2...legend3..etc; -------------------------- currently i acheived

but i need like the below and even i need to append some text each legend items
chart
legend1....... ...50%
legend2...........60% ------------------------------------- Expected Requirement
legendn............30%


Could you please help if any body know how to set legend items row wise in bottom

Locked