Search found 16 matches

by michael75
Thu Nov 30, 2006 5:24 pm
Forum: JFreeChart
Topic: Ensuring Annotations are visible
Replies: 1
Views: 3254

Once I needed a way to fetch more detailed data from a remote resource when the chart is zoomed. For this I derived from XYPlot and implemented the data request in the zoom*Axes methods. The annotations have funtions to set x and y positions. Maybe you can meet your requirement this way, too.
by michael75
Thu Nov 30, 2006 3:41 pm
Forum: JFreeChart
Topic: Annotations with multiple axes
Replies: 2
Views: 3082

ok... thx for the info
by michael75
Thu Nov 30, 2006 3:28 pm
Forum: JFreeChart
Topic: Annotations with multiple axes
Replies: 2
Views: 3082

Annotations with multiple axes

Hello All,

is there a way to specify a dataset for a xytextannotation for use with multiple axes?

Michael
by michael75
Thu Nov 30, 2006 12:13 pm
Forum: JFreeChart
Topic: Legend only for printing
Replies: 0
Views: 1924

Legend only for printing

Hello All,

for on screen display I use a table which shows the values for datasets at the mouse cursor position. Showing the legend in parallel to this table is not needed. For printing it would be great to have the legend. Is there a way to only show the legend on print outputs?

Michael
by michael75
Fri Oct 07, 2005 9:25 am
Forum: JFreeChart
Topic: BUG IN JFREE CHART - zooming
Replies: 4
Views: 5536

hi craig,

hm strange... could u please post code of your chart so that i can check where the error is? i would not handle this issue in the axis code because the area selected for zooming is determined earlier.

cu,
michael
by michael75
Thu Oct 06, 2005 8:34 pm
Forum: JFreeChart
Topic: like selecting a point with mouse
Replies: 9
Views: 11652

hello dabid,

afaik selecting points is not implemented in jfreechart but if u are interested in doing so, have a look at how the crosshairs can lock on data. this might be a good starting point to understand how things work inside jfreechart.

cu,
michael
by michael75
Thu Oct 06, 2005 8:25 pm
Forum: JFreeChart
Topic: translation fixes
Replies: 0
Views: 1640

translation fixes

hello david,

i just fixed/added some german translation stuff and uploaded it to the sourceforge patch area.

cu,
michael
by michael75
Thu Oct 06, 2005 7:42 pm
Forum: JFreeChart
Topic: into applet
Replies: 1
Views: 2451

just rotfl... this is not a general purpose 'solve my problem' forum... as this has nothing to do with the core of jfreechart, don't expect anyone to reply in a different way as i did...
by michael75
Thu Oct 06, 2005 7:32 pm
Forum: JFreeChart
Topic: BUG IN JFREE CHART - zooming
Replies: 4
Views: 5536

hello craig, i had the same problem with a line chart. as zooming seems to be implemented the same way for all charts u can do the same changes as i did. if u do, please give feedback if it works. any feedback by david is very appreciated as well, of course. :wink: u can fix it in org/jfree/chart/Ch...
by michael75
Wed Oct 05, 2005 10:37 am
Forum: JFreeChart
Topic: HELP
Replies: 1
Views: 2209

there are a few samples included. look in this directory:
jfreechart-1.0.0-rc1\source\org\jfree\chart\demo

but i recommend buying the developers guide. look here:
http://www.object-refinery.com/jfreechart/guide.html
by michael75
Wed Oct 05, 2005 10:29 am
Forum: JFreeChart
Topic: patch: make crosshairs work with multiple axes in xyplot
Replies: 2
Views: 4823

dirty example to demonstrate it

/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2005, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org...
by michael75
Wed Oct 05, 2005 10:25 am
Forum: JFreeChart
Topic: patch: make crosshairs work with multiple axes in xyplot
Replies: 2
Views: 4823

patch: make crosshairs work with multiple axes in xyplot

hello david, this is a first but wokring try. please have a look at it and tell me if it's the right way to go. diff -ruN -X jfreechart.exclude jfreechart-1.0.0-rc1-orig\source/org/jfree/chart/plot/CrosshairState.java jfreechart-1.0.0-rc1\source/org/jfree/chart/plot/CrosshairState.java --- jfreechar...
by michael75
Wed Oct 05, 2005 9:16 am
Forum: JFreeChart
Topic: Getting "cannot resolve symbol" errors.
Replies: 3
Views: 5505

This is not a problem of jfreechart. Try to get a good book to find out more about java. In this case you forgot to tell the java compiler where to find the jfreechart library. The easiest way is to copy jfreechart-1.0.0-rc1.jar into the same directory as your First.java file and compile it like thi...
by michael75
Mon Sep 26, 2005 3:15 pm
Forum: JFreeChart
Topic: What is de RGB-value of the standard Gridlines?
Replies: 1
Views: 2141

lightGray ( 192, 192, 192 )
by michael75
Mon Sep 26, 2005 2:21 pm
Forum: JFreeChart
Topic: Multiple axes support buggy & Development of JFreeChart
Replies: 3
Views: 3774

Hello David, first of all, thank you for your fast answer. It's great to hear that you will continue working on this project. I like jfreechart very much and I am willing to help in some parts. The problem is that if you don't find any core developer to discuss strategies etc. it's always difficult....