Search found 483 matches

by matinh
Wed Aug 16, 2006 2:41 pm
Forum: JFreeChart
Topic: Who eats my linebreaks for axis labels?
Replies: 9
Views: 9691

Thanks for your reply jwenting. At least I know now that I'm not alone with this problem :). I'm afraid to fix this problem one has either to fix that bug/feature in Graphics2D.drawString() or investigate some work to do a split of the label and draw multiple text-boxes, one for each single line. Ho...
by matinh
Wed Aug 16, 2006 2:16 pm
Forum: JFreeChart
Topic: Who eats my linebreaks for axis labels?
Replies: 9
Views: 9691

Noone else has this problem?

Am I the only one having this problem? Please let me know if you know how to solve this issue!

tia,
- martin
by matinh
Fri Aug 11, 2006 10:23 am
Forum: JFreeChart
Topic: Who eats my linebreaks for axis labels?
Replies: 9
Views: 9691

Who eats my linebreaks for axis labels?

Hi! I've got a problem with axis labels if they contain newline characters ('\n'). What I want to do is create a TimeSeriesChart and set the DateFormat (using the method setDateFormatOverride()) to something like "dd.MM.yyyy\nhh:mm". The problem is that someone eats my linebreaks :-( They simply dis...