Getting the position of the last point added in the chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
am
Posts: 22
Joined: Mon May 09, 2005 4:56 pm

Getting the position of the last point added in the chart

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!!! :P

am
Posts: 22
Joined: Mon May 09, 2005 4:56 pm

Post by am » Thu Aug 25, 2005 3:12 pm

:shock:
Does anyone have any ideas!!
:shock: :twisted: :twisted: :shock:

am
Posts: 22
Joined: Mon May 09, 2005 4:56 pm

Post by am » Thu Aug 25, 2005 3:14 pm

:mrgreen: :mrgreen: :mrgreen: :mrgreen:
:mrgreen: :oops: :mrgreen:
:mrgreen: :mrgreen:
:mrgreen:
=====
| HELP |
=====

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.

Locked