x y screen coordinates

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
iazbel
Posts: 2
Joined: Tue Feb 08, 2005 1:58 pm
Contact:

x y screen coordinates

Post by iazbel » Tue Feb 08, 2005 4:41 pm

Hi, I need to find the (x,y) coordinates of different points on my chart. For example, my chart could have a y axis ranging from 0 to 10 and an x axis ranging from 1 Jan 2004 to 10 Jan 2004 (timeline). I want to be able to find the screen coordinate of the point (5, 5 Jan 2004).

Any way of doing this?

Ilan

Arkkimaagi
Posts: 25
Joined: Wed Jun 09, 2004 6:15 am
Location: Helsinki, Finland
Contact:

Post by Arkkimaagi » Mon May 23, 2005 1:42 pm

Hey, I need this exact same thing!

Any info if this is possible?
~ Arkkimaagi ~
Experto Credite

angel
Posts: 899
Joined: Thu Jan 15, 2004 12:07 am
Location: Germany - Palatinate

Post by angel » Tue May 24, 2005 7:40 am

In a Java Rich Client or HTML-Browser?

Locked