Reg: Problem in drawing Radar diagram

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
nice
Posts: 2
Joined: Tue Oct 17, 2006 11:24 am

Reg: Problem in drawing Radar diagram

Post by nice » Tue Oct 17, 2006 11:42 am

Dear All,

I using JFree chart to draw the radar diagram in my application.

The scenario is, I'm drawing the radar diagram, to compare the various properties of two companies.

For ex:
companies: CompanyA and CompanyB
properties: property1,property2....

The problem is, I need to put the line break in both company name and property name like [b]"Company\nA"[/b] and [b]"property\n1"[/b].
In the diagram The company name is shown properly like
[b]"Company
A"[/b]
the property name is shown like
[b]"property\n1"[/b]
insteady of showing like
[b]"property
1"[/b]

please help me to fix this issue
Thanks & Regards,
Muthu

Locked