Search found 5 matches

by iceox
Wed Jun 22, 2005 1:03 pm
Forum: JFreeChart
Topic: Stretching out category axis labels
Replies: 5
Views: 7350

David,

I wonder if you have a way to change the font size of category axis labels? eg. change the font size of "magr...", "labrt", ..., "goodrouter".

I am currently facing that problem, could you help?
Thanks
ice
by iceox
Tue Jun 21, 2005 8:15 pm
Forum: JFreeChart
Topic: Printing a JChart
Replies: 3
Views: 4472

with iText to PDF: 1. read http://www.jfree.org/phpBB2/viewtopic.php?t=9621&highlight=using+jfreechart+jsp I have learned alot from that 1. Modify web.xml 2. test out following code just by iText.jar by itself. it works cause i tested yesterday. create servlet: // http://www.softhouse.com.cn/html/20...
by iceox
Tue Jun 21, 2005 7:18 pm
Forum: JFreeChart
Topic: How can I change the CategoryLabel into a small size font?
Replies: 3
Views: 4396

I am able to fix the problem of Color1-Color4 into 1 single line now. In my DB retrive, i had some extra space after Color1, so after the trim, i was able to squeeze all them legend into 1 line by default. But I still cannot make the font of those Category Lable on DomainAxis, like Dates "05/172004 ...
by iceox
Tue Jun 21, 2005 4:19 pm
Forum: JFreeChart
Topic: Printing a JChart
Replies: 3
Views: 4472

have you consider using iText alone with jFreechart to make it a pdf for user to print?
by iceox
Tue Jun 21, 2005 4:02 pm
Forum: JFreeChart
Topic: How can I change the CategoryLabel into a small size font?
Replies: 3
Views: 4396

How can I change the CategoryLabel into a small size font?

http://photobucket.com/albums/b383/iceox/1.jpg I am currently using jfreechart-1.0.0-rc1.jar, and I am able to generate the Bar chart, changing font size for doman & range axis, and able to do the legendtitle size. But for some reason, i wasnt able to find any help on this part of Legend issue, or ...