Search found 4 matches

by shilei
Sun Dec 26, 2010 2:51 pm
Forum: JFreeChart
Topic: How to make JFreeChart support real-time charting?
Replies: 7
Views: 18920

Re: How to make JFreeChart support real-time charting?

i have download the "jfreechart-1.0.12rt.zip" and compile it, then i run the demo example,but i found a little question,when i clicked the mouse,the chartpanel refresh and only redraw the new point. the older point not redraw. what happened? But I run the "rt_scroll_demo.jnlp" example, i haven't fo...
by shilei
Sun Dec 26, 2010 2:39 pm
Forum: JFreeChart
Topic: how to do a realtime with jfreechart and jxlayer ?
Replies: 0
Views: 3329

how to do a realtime with jfreechart and jxlayer ?

jxlayer is a good ,I've used it to do some landscaping in the chart. but how to do a realtime line with jxlayer. because draw a point everytime is important
by shilei
Sun Dec 26, 2010 2:19 pm
Forum: JFreeChart
Topic: Why does the chart refresh all items every time?
Replies: 3
Views: 7175

Re: Why does the chart refresh all items every time?

Can i use bufferimage to improve efficiency ?

entirely reload so sad!
by shilei
Fri Dec 24, 2010 8:38 am
Forum: JFreeChart
Topic: Why does the chart refresh all items every time?
Replies: 3
Views: 7175

Why does the chart refresh all items every time?

Why does the chart refresh all items every time? I try to use add() or addOrUpdate() methods add a new point or item to series,But when the dataset change ,all points will be refreshing. :( best cpu, poor efficiency how refresh the last item by 3 second? I notice that XYPlot have a segment code belo...