Search found 6 matches

by s.eggers
Mon Mar 26, 2007 4:32 pm
Forum: JFreeChart
Topic: XYSeries
Replies: 1
Views: 3131

You can use XYSeriesCollection for that.

Regards
by s.eggers
Wed Feb 28, 2007 3:40 pm
Forum: JFreeChart
Topic: refreshing JFreeChart
Replies: 6
Views: 15100

I think you are using the experimental code of JFreeChart right? I am using the SWT_AWT class of eclipse to use JFreeChart in SWT. I don't like to use the experimental code of JFreeChart because of the Font Size Problems. Any idea what i could do there to force a redraw?

Regards
by s.eggers
Wed Feb 28, 2007 9:23 am
Forum: JFreeChart
Topic: refreshing JFreeChart
Replies: 6
Views: 15100

Hi, I have almost the same problem. If I redraw a Chart the Chart does not fill the SWT Composite anymore. I tried a lot of redraw and pack instructions but they all did not work. The only thing thats works is to maximize the whole shell. But that is not a good workaround.

Can anybody help?
by s.eggers
Thu Nov 16, 2006 2:44 pm
Forum: JFreeChart
Topic: Getting Charts in the View of Eclipse 3.2
Replies: 5
Views: 7004

Sounds like you have maybe the same problem like me. I think you implemented the jar files under Java Build Path -> Libraries. But you have to implement jar files ofr a RCP plug-in at a second postion: dpuble click on plugin.xml and go to runtime. Under the window Classpath you have to add the Jar f...
by s.eggers
Wed Nov 15, 2006 8:51 am
Forum: JFreeChart
Topic: Getting Charts in the View of Eclipse 3.2
Replies: 5
Views: 7004

So you get a ClassDefnotFOund Error or is it just not starting the view without an error message. Can you post your error message here if you have one?
by s.eggers
Fri Nov 10, 2006 8:42 am
Forum: JFreeChart
Topic: Getting Charts in the View of Eclipse 3.2
Replies: 5
Views: 7004

What exactly is your error message / problem?