Search found 4 matches
- Tue Dec 07, 2004 4:00 pm
- Forum: JFreeChart
- Topic: problem with switching on/off tooltips
- Replies: 0
- Views: 1721
problem with switching on/off tooltips
I've got the following problem when using tooltips: I've created an XYPlot in a ChartPanel. On this plot I use a XYItemrenderer. On this renderer I initially set the tooltips of by calling the : renderer.setTooltipGenerator(null); When running my program and hovering over my datamarkers I do get to ...
- Tue Nov 23, 2004 1:30 pm
- Forum: JFreeChart
- Topic: Problem when resizing a ChartPanel runtime!?
- Replies: 0
- Views: 1422
Problem when resizing a ChartPanel runtime!?
I have a a jfreechart within a chart panel. When I give this an initial size and run the program everything seems to be ok. The font size which I choose is OK. When I change the size runtime and set the ratio from e.g. 4:3 to 1:5, the font doesn't stay the same, but it scales into a very narrow font...
- Mon Jul 19, 2004 12:39 pm
- Forum: JFreeChart
- Topic: the mehtod isHiddenValue() always returns false
- Replies: 2
- Views: 2560
the mehtod isHiddenValue() always returns false
I think I found a bug in the isHiddenValue() method of the DateAxis class. This method always returns false. When debugging this method, it calls another method within the TimeLine class, called: containsDomainValue(). This method contains the following code: return true; The reason for me to use th...
- Mon Jul 12, 2004 8:36 am
- Forum: JFreeChart
- Topic: Displaying negative times using a data axis
- Replies: 2
- Views: 2496
Displaying negative times using a data axis
Is it possible to display negative times using the date axis ? I would like to have a date axis which can display the time as below: __________________ -50 -40 -30 -20 -10 0 I would like to use a Date Axis, because then I can set a format for this one. The example above displays the time in seconds....