A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
am
- Posts: 22
- Joined: Mon May 09, 2005 4:56 pm
Post
by am » Wed Aug 24, 2005 4:09 pm
How do you find out what the location is of the last point to be added to chart? I ma wanting to set a scroll bar position but require these locations to make this possible.
Thank you for any help!!!

-
am
- Posts: 22
- Joined: Mon May 09, 2005 4:56 pm
Post
by am » Thu Aug 25, 2005 3:12 pm
-
am
- Posts: 22
- Joined: Mon May 09, 2005 4:56 pm
Post
by am » Thu Aug 25, 2005 3:14 pm
-
angel
- Posts: 899
- Joined: Thu Jan 15, 2004 12:07 am
- Location: Germany - Palatinate
Post
by angel » Fri Aug 26, 2005 7:27 am
ValueAxis has a valueToJava2D() method. Perhaps this can help.