Search found 3 matches

by felbabz
Sun Apr 15, 2012 10:25 pm
Forum: JFreeChart
Topic: Painting over ChartPanel
Replies: 1
Views: 3592

Re: Painting over ChartPanel

Hey guys I managed to figure it out Halleluyah ! All I did was just to avoid using a ChartPanel but rather use: ChartRenderingInfo info = new ChartRenderingInfo(); chart.createBufferedImage(width1, height1, info); Here's the corrected code: import org.jfree.chart. * ; import org.jfree.chart.plot.Plo...
by felbabz
Fri Apr 13, 2012 9:13 pm
Forum: JFreeChart
Topic: Painting over ChartPanel
Replies: 1
Views: 3592

Painting over ChartPanel

Hi guys ! I am a newbie in jfree and java programmin.I am in the process of creating simple XYline chart that uses multiple "home-made" range cursors.I created the cursors by the paint method of JApplet, and implemented mouse event listeners on them to make them mobile. Now the problem is that I don...
by felbabz
Sun Apr 08, 2012 6:24 pm
Forum: JFreeChart
Topic: Linechart with mouse-draggable areas
Replies: 2
Views: 3940

Re: Linechart with mouse-draggable areas

Hey Liferiot.
Would you mind sending me your sourcecode please.
I am working on a similar project

Thanks in advance