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