Search found 4 matches

by Ravikumar
Wed Oct 21, 2009 3:45 pm
Forum: JFreeChart
Topic: How to make the word wrap of the Legends in XYSeries
Replies: 3
Views: 4386

Re: How to make the word wrap of the Legends in XYSeries

Hi,

Can you please let me know how to show the full seriesName using word wrap in the legends.

Thanks
R.Ravikumar
by Ravikumar
Tue Oct 20, 2009 4:28 pm
Forum: JFreeChart
Topic: How to make the word wrap of the Legends in XYSeries
Replies: 3
Views: 4386

How to make the word wrap of the Legends in XYSeries

Hi, I have created MultiLine chart and one of the seriesName is too large say lenegth will be 500 charcters or more. But the chart area is 350*350. So some of the tailing seriesName characters in the Legends part are not visible. How to make the word wrap for the legends. If seriesName reached the c...
by Ravikumar
Thu May 07, 2009 11:02 am
Forum: JFreeChart
Topic: How to localize the legends values(chinese ) in JFreeChart
Replies: 6
Views: 10871

Re: How to localize the legends values(chinese ) in JFreeChart

Hi, You told that the font JFreeChart chart = new JFreeChart(title,new java.awt.Font("Helvetica",java.awt.Font.BOLD,11), plot, legend); Font --> new java.awt.Font("Helvetica",java.awt.Font.BOLD,11) won't support chinese right?.. [/color] The value which I have passed to the below method is unicode S...
by Ravikumar
Wed May 06, 2009 5:18 pm
Forum: JFreeChart
Topic: How to localize the legends values(chinese ) in JFreeChart
Replies: 6
Views: 10871

How to localize the legends values(chinese ) in JFreeChart

Hi, My requirement is I have x and y axis units i.e seriesNames are in chinese.. I have passed the unicode characters of the units ( series name ) to XYSeries class. The value is properly shown in JSP page.. But in the JFreeChart's lengend are shown as boxes.. i.e the values are not shown.. probably...