Search found 30 matches
- Tue Sep 30, 2008 4:58 pm
- Forum: JFreeChart
- Topic: Real-time usage slowdown
- Replies: 9
- Views: 12960
Yes that is true. I am not sure however how that would relate to JFreeChart since JFreeChart doesn't really have a lot of graphics painted. I've done applications that use Java2D which is a lot faster, but with more stuff going on. Do you have any other ideas what it could be David? I appreciate all...
- Wed Sep 17, 2008 10:17 am
- Forum: JFreeChart
- Topic: Real-time usage slowdown
- Replies: 9
- Views: 12960
- Wed Sep 10, 2008 12:34 pm
- Forum: JFreeChart
- Topic: Real-time usage slowdown
- Replies: 9
- Views: 12960
- Wed Sep 10, 2008 10:03 am
- Forum: JFreeChart
- Topic: Real-time usage slowdown
- Replies: 9
- Views: 12960
- Wed Sep 10, 2008 9:39 am
- Forum: JFreeChart
- Topic: Real-time usage slowdown
- Replies: 9
- Views: 12960
Real-time usage slowdown
I've got some problems with JFReeChart beeing really slow in real-time. I am basically using the charts for real-time purposes where I draw 7 different charts (4 xyplots as with timeaxises, and three bar or dial charts). I am guessing it's the timeseries chart that are slow? Would using DynamicTimeS...
- Sun Aug 31, 2008 4:22 pm
- Forum: JFreeChart
- Topic: Addint a figure/shape to the end of the XYSeries
- Replies: 6
- Views: 8817
- Sun Aug 31, 2008 10:25 am
- Forum: JFreeChart
- Topic: Addint a figure/shape to the end of the XYSeries
- Replies: 6
- Views: 8817
That is a very good idea. Why didn't I think of that. Thanks! Edit: Having a hard time figuring out how to do this. Any hints? I am guessing I should edit the else to check for the size of my dataset and return true only if it "int item" equals the datasetsize-1, I'm just not sure how to do that. Go...
- Thu Aug 28, 2008 9:45 pm
- Forum: JFreeChart
- Topic: Addint a figure/shape to the end of the XYSeries
- Replies: 6
- Views: 8817
- Thu Aug 28, 2008 11:54 am
- Forum: JFreeChart
- Topic: Addint a figure/shape to the end of the XYSeries
- Replies: 6
- Views: 8817
Addint a figure/shape to the end of the XYSeries
Hey!
I am wondering if someone knows how to add a small figure/shape to the last datapoint added to a XYSeries? I just want to indicate that a certain point was the last oen added.
Thanks.
I am wondering if someone knows how to add a small figure/shape to the last datapoint added to a XYSeries? I just want to indicate that a certain point was the last oen added.
Thanks.
- Wed Aug 27, 2008 3:44 pm
- Forum: JFreeChart
- Topic: Drawing datapoints in the order they were added to the serie
- Replies: 2
- Views: 4459
- Wed Aug 27, 2008 2:15 pm
- Forum: JFreeChart
- Topic: Drawing datapoints in the order they were added to the serie
- Replies: 2
- Views: 4459
Drawing datapoints in the order they were added to the serie
Hi! I've got another delicate problem. I tried browsing the API but couldn't find the solution. What I want to do is very simple to understand. I am currently using a XYSeries and XYSeriesCollection. I am adding points one by one from a list with about 300 points. As you know, when I add a new point...
- Thu Aug 21, 2008 2:52 pm
- Forum: JFreeChart
- Topic: Setting labelPaint, resizing a JFrame, RemoveLegend() bug?
- Replies: 4
- Views: 7488
Hi again paradoxoff! I've been having a vacation so I didn't get time to test anything. I'm on it now and just wanted to report my findings. I tried changing the background color, but the same effect didn't happen. So it does indeed have to do with removing the legend. Also, a very strange thing is ...
- Wed Aug 06, 2008 11:06 am
- Forum: JFreeChart
- Topic: Setting labelPaint, resizing a JFrame, RemoveLegend() bug?
- Replies: 4
- Views: 7488
Very thorough reply paradoxoff. You are entirely correct when you assume that I am not setting any renderer property color explicitly and I rely on defaults. I do however set other renderer properties. Just not the color property. A petty detail, but I assume you mean that StandardXYItemRenderer cal...
- Tue Aug 05, 2008 9:20 pm
- Forum: JFreeChart
- Topic: fatter/bigger points in spiderweb
- Replies: 4
- Views: 8471
- Tue Aug 05, 2008 2:50 pm
- Forum: JFreeChart
- Topic: fatter/bigger points in spiderweb
- Replies: 4
- Views: 8471