Text on a chart

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

Text on a chart

Post by Tim » Tue Feb 25, 2003 10:20 pm

Does anyone know of a way to put a text annotation on a Category Plot, or for that matter, any text onto a a Category Plot.

David Gilbert

Re: Text on a chart

Post by David Gilbert » Wed Feb 26, 2003 12:06 am

Hi Tim,

The annotations framework is very basic at present, and only allows you to put text annotations on an XYPlot. It will eventually be extended to include shapes (lines, arrows etc) and work with the CategoryPlot class also.

Regards,

Dave Gilbert

Locked