Getting X,Y location and size of plot of rendered chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
jusepi
Posts: 16
Joined: Tue May 09, 2006 1:18 pm
Location: USA

Getting X,Y location and size of plot of rendered chart

Post by jusepi » Mon Nov 13, 2006 8:13 am

Is there any way to get the relative position of the plot origin and max points of a plot once it's rendered? I'd like to see if there is a way to display scaled position on the plot while the mouse is moving using javascript. I have the browser scripting down, but now I need the offset and size of the plot area. Thanks in advance.

Locked