Search found 6 matches

by asterix
Fri Apr 11, 2008 5:23 am
Forum: JFreeChart
Topic: How to show the position when using traceline
Replies: 2
Views: 2702

Thanks David. I'll try your suggestion with ChartComposite.
by asterix
Thu Apr 10, 2008 5:48 pm
Forum: JFreeChart
Topic: How to show the position when using traceline
Replies: 2
Views: 2702

How to show the position when using traceline

Hello,

I created a TimeSeries chart using ChartComposite. I set setVerticalAxisTrace(true) to show the traceline in the chart. How can I get the position of the traceline while moving the mouse ?

Thanks for your help.
by asterix
Thu Apr 10, 2008 5:17 pm
Forum: JFreeChart
Topic: Dynamic TimeSeries Plotting - Left to Right
Replies: 7
Views: 10720

Thanks mkivinie for your suggestion. I'll try that.
by asterix
Mon Apr 07, 2008 3:59 pm
Forum: JFreeChart
Topic: Delay in Dynamic chart using ChartComposite
Replies: 0
Views: 1984

Delay in Dynamic chart using ChartComposite

Hello, I created a dynamic chart using ChartComposite, TimeSeries and TimeSeriesCollection. A generator created random data every second or 500 milliseconds. The problem is there was an overhead delay when the chart was started. The chart also stoped updating if I moved mouse over the chart. I did t...
by asterix
Mon Apr 07, 2008 3:38 pm
Forum: JFreeChart
Topic: Dynamic TimeSeries Plotting - Left to Right
Replies: 7
Views: 10720

Thanks David for letting me know this.
by asterix
Sat Apr 05, 2008 3:45 pm
Forum: JFreeChart
Topic: Dynamic TimeSeries Plotting - Left to Right
Replies: 7
Views: 10720

Hi all,

I also created a dynamic chart using TimeSeriesChart. It started to draw from right to left. What can I make the chart draw from left to right ?

Thanks for your help.