XYPlot.

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
bluecameleon
Posts: 32
Joined: Wed Apr 27, 2005 6:41 pm

XYPlot.

Post by bluecameleon » Sun Feb 10, 2013 4:09 pm

Hello all,

I have a problem when trying to change the font size of my labels in a StackedXYAreaChart

I use a :
XYPlot.getDomainAxis().setTickLabelFont( new Font("Arial", 1, 6) );
But seems to be without any effect.

Can you help me please ?

bluecameleon
Posts: 32
Joined: Wed Apr 27, 2005 6:41 pm

Re: XYPlot.

Post by bluecameleon » Sun Feb 10, 2013 5:19 pm

I forgot to give an example of my result.

Here it is :
http://imageshack.us/photo/my-images/33 ... chart.png/

bluecameleon
Posts: 32
Joined: Wed Apr 27, 2005 6:41 pm

Re: XYPlot.

Post by bluecameleon » Sun Feb 10, 2013 5:32 pm

So stupid I am. I was wrong somewhere else.
I Apologize.

Locked