Labels for Polar Chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Jeff Gardner
Posts: 10
Joined: Sun Dec 28, 2003 5:38 pm

Labels for Polar Chart

Post by Jeff Gardner » Tue Apr 20, 2004 3:37 pm

Can you add labels to Polar Charts?
The labels that I have in mind would be at the end of the axis.
For Example:
If you had one series of data that was
(code snipit)
seriesXXX.add(120.0, 40.0);
seriesXXX.add(240.0, 40.0);
seriesXXX.add(360.0, 40.0);
This would draw a triangle in the plot. I would like to add column labels, at each of the data end points.

Thanks

- Jeff

Locked