after the chart is plotted??
For instance i'd like to have a way to compute the x,y
coordinates of an item in my XYDataset.
One way is to create a Rectangle2D minus the area taken by
titles, x-y axis, etc... and call getTranslatedValue,
and then add again the area subtructed before.
Is there a quick way to do that in order to avoid hardcoding??
(Ooops David i did it again

Achilleus