Wrappable and Sizable Chart Title

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

Wrappable and Sizable Chart Title

Post by Vanaja » Thu Nov 14, 2002 8:30 pm

Hi,

1. Is there a way to control the font and size of the text displayed as Title on a chart. The default size is too large.

2. Is there a way to display a wrappable text as title when the title is too long?



Please let me know the solutions if you know of any.

Thanks in Advance for your help.

Regards,

Vanaja

David Gilbert

Re: Wrappable and Sizable Chart Title

Post by David Gilbert » Fri Nov 15, 2002 4:08 pm

Vanaja wrote:
> 1. Is there a way to control the font and size of the text
> displayed as Title on a chart. The default size is too large.

This thread contains more information:

http://www.object-refinery.com/phorum-3 ... t=5232&v=f

The enhancements I mentioned will be included in 0.9.5.

> 2. Is there a way to display a wrappable text as title when
> the title is too long?

No, but you could probably customise the TextTitle class to do this.

Regards,

DG

Locked