Search found 9 matches
- Wed Mar 14, 2007 10:57 am
- Forum: JFreeChart
- Topic: Annotation/Crosshair drawing over axis labels - Help asap!!
- Replies: 11
- Views: 19553
- Tue Mar 13, 2007 1:30 pm
- Forum: JFreeChart
- Topic: Annotation/Crosshair drawing over axis labels - Help asap!!
- Replies: 11
- Views: 19553
- Tue Mar 13, 2007 9:45 am
- Forum: JFreeChart
- Topic: Annotation/Crosshair drawing over axis labels - Help asap!!
- Replies: 11
- Views: 19553
No...still haven't found a fix but my app is now several stages on from my first post and I have a lot more annotations. You're right...it occurs when scrolling to the right and with more annotations my axis labels are now completely unreadable because of the overlaps. I've also tried the latest ver...
- Wed Aug 30, 2006 9:52 am
- Forum: JFreeChart
- Topic: what event triggers the tooltip in chartpanel
- Replies: 2
- Views: 6010
I'd really appreciate some help on this one too...I've been trying various ideas but no luck yet. Have looked at: -Getting the chart entity on a mouse click, was successful but then I don't know how to pop up a tooltip based on that entity -The java.swing TooltipManager which JFree seems to use, but...
- Wed Aug 23, 2006 8:57 am
- Forum: JFreeChart
- Topic: Annotation/Crosshair drawing over axis labels - Help asap!!
- Replies: 11
- Views: 19553
Annotation/Crosshair drawing over axis labels - Help asap!!
I'm trying to deliver an implementation of JFreeChart but have found a big problem in the drawing of crosshairs and annotations. When these run over the edge of the chart (for example when scrolling zoomed in) they continue to be drawn even when they are outside the plot area. This makes the axes lo...
- Tue Aug 22, 2006 1:04 pm
- Forum: JFreeChart
- Topic: How to change font for ALL annotations?
- Replies: 0
- Views: 2650
How to change font for ALL annotations?
I've got text annotations being drawn on a chart and they appear fine in the default font on the screen display. However, I also need my chart to print and the font size appears too large when printed in standard A4. I set the font on my axes to a smaller size in my printing method but I need to fin...
- Tue Aug 15, 2006 10:45 am
- Forum: JFreeChart
- Topic: Print chart on many pages?(Still Stuck :( Please help asap!)
- Replies: 4
- Views: 9998
That's a great tutorial, and thanks very much - my trawls of google hadn't picked that one up (searching for a class called 'Book' is a bit tricky!). Unfortunately I've looked over it and the only difference in the implementation compared to my code is that they add the page number on the end of the...
- Tue Aug 15, 2006 8:57 am
- Forum: JFreeChart
- Topic: Print chart on many pages?(Still Stuck :( Please help asap!)
- Replies: 4
- Views: 9998
Ok, thanks for the advice but still running into problems. I've written code that successfully steps the chart along its length by resetting the ranges each time. If I place a printjob in every range update then each section prints properly. However..I want to print all the sections as one print job...
- Wed Aug 09, 2006 2:10 pm
- Forum: JFreeChart
- Topic: Print chart on many pages?(Still Stuck :( Please help asap!)
- Replies: 4
- Views: 9998
Print chart on many pages?(Still Stuck :( Please help asap!)
I'm getting really lost trying to work out how to print charts to a printer with jfreechart. After browsing this forum I found that it can be done from a right click menu on the chart, via a method in the chartpanel class. I have a problem though that I have a really long chart that I want to print ...