Search found 6 matches

by newbie
Tue Apr 10, 2007 2:23 am
Forum: JFreeChart
Topic: Multiple Y axis
Replies: 2
Views: 3107

Thanks for ur help!
by newbie
Tue Apr 10, 2007 1:26 am
Forum: JFreeChart
Topic: Multiple Y axis
Replies: 2
Views: 3107

Multiple Y axis

Anybody knows what is the maximum number of of Y axis that can be added in a multiple axis graph?
by newbie
Mon Apr 09, 2007 7:56 am
Forum: JFreeChart
Topic: TimeSeries Questions
Replies: 1
Views: 2188

TimeSeries Questions

Hi, I am trying to draw multiple Range axis TimeSeries graph. I am using the ChartFactory.createTimeSeriesChart(...) method and adding the multiple axis by something like: XYPlot plot = chart.getXYPlot(); plot.setRangeAxis(1, axis2); plot.setDataset(1, dataset); All this seems to be working fine and...
by newbie
Wed Feb 14, 2007 9:27 am
Forum: JFreeChart
Topic: Java Swing and JFreeChart
Replies: 3
Views: 4398

SwingJob.invokeLater doesn't work either. :(
by newbie
Wed Feb 14, 2007 7:24 am
Forum: JFreeChart
Topic: Java Swing and JFreeChart
Replies: 3
Views: 4398

Thanks Sir Henry for ur reply.
Actually I update my graph data from a thread that I force to sleep for 1 sec for each update.
I will try the SwingJob approach and see how it works...
by newbie
Tue Feb 13, 2007 9:14 am
Forum: JFreeChart
Topic: Java Swing and JFreeChart
Replies: 3
Views: 4398

Java Swing and JFreeChart

Hi, I new to JFreeChart and have been trying to use it to draw some real time graphs for my application. However, I have run into some performance issues: I have a Java swing Frame that has some comboboxes and buttons on it. After I have changed the selections in the comboboxes, I press "Show" butto...