I was wondering if there is any easy way to get the co-ordinates for the graph. The co-ordinates are the X and Y AXis being on the border of the rectangle. (i.e. the size of the chart less the space taken up by the Axis labels, chart title etc).
Thanks
Ann
outline for the graph
Re: outline for the graph
When you call the draw(...) method in JFreeChart, you can pass in a ChartRenderingInfo object or null. If it is not null, it will collect information about the chart. The getDataArea() method returns the rectangle you are after, I think...
Regards,
DG.
Regards,
DG.