how I can modify the legend font?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
markomega

how I can modify the legend font?

Post by markomega » Thu Feb 13, 2003 12:55 pm

...sorry I'm new in jFreeChart...
I'm using
v0.8.1 ...I wish to change the graphical aspect of the legend...
but I don't know how to do it...
May somebody help me?

however, where I can find documentation or examples more exaustively than javadoc ??

thanks a lot.....

Arnaud

Re: how I can modify the legend font?

Post by Arnaud » Thu Feb 13, 2003 2:50 pm

Hello,

I can tell You concerning version 0.9.5 but not version 0.8.1 ... You'll have to check wether it works the same way, or update...

So, on 0.9.5 You would use the setItemFont method in the StandardLegend class.

Regards,
Arnaud

Locked