Search found 12 matches

by heijho01
Wed Mar 31, 2004 10:03 am
Forum: JFreeChart
Topic: PiePlot3D not showing values anymore in labels
Replies: 4
Views: 5715

PiePlot3D not showing values anymore in labels

I updated my project from 0.9.16 to 0.9.17 and because of that I changed the following things (from - to): plot.setShowSeriesLabels(true); plot.setSectionLabelType(plot.VALUE_AND_PERCENT_LABELS); =============================================== plot.setLabelGenerator(new StandardPieItemLabelGenerator...
by heijho01
Wed Mar 31, 2004 9:05 am
Forum: JFreeChart
Topic: PiePlot3D, where did these methods go?
Replies: 3
Views: 5306

many thanks!

Jeroen
by heijho01
Wed Mar 31, 2004 8:38 am
Forum: JFreeChart
Topic: PiePlot3D, where did these methods go?
Replies: 3
Views: 5306

PiePlot3D, where did these methods go?

With previous versions of JFreeChart (0.9.16 and older) I was using the following methods: plot.setShowSeriesLabels(true); plot.setSectionLabelType(plot.VALUE_AND_PERCENT_LABELS); plot.setValueFormatString("dagen: "); Now it seems they are gone ... Please tell me where those methods are to be found ...
by heijho01
Wed Mar 31, 2004 8:28 am
Forum: JFreeChart
Topic: chart and mouse events???
Replies: 1
Views: 2342

(As it was for 0.9.16)

You have to implement ChartMouseListener. This interface has to methods; chartMouseClicked and chartMouseMoved.

Later you can add this Listener to a
ChartPanel -> chartPanel.addChartMouseListener(myListener).

I hope I helped you with this.


Jeroen
by heijho01
Mon Mar 01, 2004 12:59 pm
Forum: JFreeChart
Topic: Possible new functionality?
Replies: 2
Views: 2866

Possible new functionality?

I have an idea for a functionality for barchart charts. At the moment barchart graphs are showing all bars that are in the underlying data on screen. Maybe it is an idea to make it possible to use next & previous buttons or something like that ... . These buttons can for instance show the next / pre...
by heijho01
Wed Feb 18, 2004 9:55 am
Forum: JFreeChart
Topic: using endline with tooltip text
Replies: 2
Views: 4639

Html in tooltip text. Pitty I didn't think of that ... used it before with Swing (but in a button).

Anyway, thank you for your reply, it did help me for sure :-)
by heijho01
Fri Feb 13, 2004 10:39 am
Forum: JFreeChart
Topic: using endline with tooltip text
Replies: 2
Views: 4639

using endline with tooltip text

Hello, I'm showing a tooltip when the mouse moves over a Gantt chart item in a Gantt chart. I set this tooltip to a text that tells the user more about that item. Problem is that if the tooltip text is very large, it will fall ofscreen. Using an endline \n doesn't work. It there a possibility to do ...
by heijho01
Fri Feb 13, 2004 9:33 am
Forum: JFreeChart
Topic: error with licences class (runtime) after upgr 0.9.10 0.9.16
Replies: 2
Views: 3940

your two questions gave me an idea. This was my classpath as it was with errors: C:\Projecten\ABS\jfreereport-0.8.4_1\jfreereport-0.8.4_1-all.jar; C:\Projecten\ABS\jfreechart-0.9.16\jfreechart-0.9.16.jar; C:\Projecten\ABS\jfreechart-0.9.16\lib\jcommon-0.9.1.jar; I just removed JFreeReport from the c...
by heijho01
Wed Feb 11, 2004 9:35 am
Forum: JFreeChart
Topic: error with licences class (runtime) after upgr 0.9.10 0.9.16
Replies: 2
Views: 3940

error with licences class (runtime) after upgr 0.9.10 0.9.16

hello, (here a second post of the topic, already posted it in the sticky new version 0.9.16 but this one is read more) I have updated from JFreeChart 0.9.10 to 0.9.16 and so I upgraded JCommon from 0.8.5 to 0.9.1 problem is that, with creation of a new Gantt chart I get an error (with running the ap...
by heijho01
Wed Feb 11, 2004 9:33 am
Forum: JFreeChart
Topic: JFreeChart 0.9.16...
Replies: 13
Views: 15134

updating jfreechart 0.9.10 -> 0.9.16: error with Licences

hello, I have updated from JFreeChart 0.9.10 to 0.9.16 and so I upgraded JCommon from 0.8.5 to 0.9.1 problem is that, with creation of a new Gantt chart I get an error (with running the application, not with compiling it) error with Stacktrace: java.lang.NoSuchMethodError: org.jfree.ui.about.Licence...
by heijho01
Mon Aug 11, 2003 9:19 am
Forum: JFreeChart
Topic: Gantt chart - putting text on bars
Replies: 0
Views: 2122

Gantt chart - putting text on bars

With the new api 0.9.11, is it possible to put text on the bars that are created by using tasks? My intention is the possibility to put any text on them that I want as user.
by heijho01
Thu Jul 17, 2003 2:24 pm
Forum: JFreeChart
Topic: setSubtitles giving Classcast Exception
Replies: 1
Views: 2973

I first had the same problem but now solved it. The solution is very simple The only thing is: Don't use ordinary Strings (in the List you use in setSubtitles). package org.jfree.chart.* has 3 classes you can use for this: ImageTitle LegendTitle TextTitle these are all derived from org.jfree.chart.A...