Search found 2 matches

by iazbel
Mon May 29, 2006 1:54 pm
Forum: JFreeChart
Topic: Duplicate/stacked candlesticks/bars on SegmentedTimeLine
Replies: 3
Views: 6785

labels on X axis overlap

I think I have the same problem. When I use a SegmentedTimeline and add exceptions (in order to avoid drawing weekends), I get overlapping date labels on the X-axis. Has anyone seen this before / fixed this problem? I am using jfreechart version 0.9.19. Has this been fixed in the latest version? Ilan
by iazbel
Tue Feb 08, 2005 4:41 pm
Forum: JFreeChart
Topic: x y screen coordinates
Replies: 2
Views: 4421

x y screen coordinates

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 thi...