Search found 5 matches

by Nathani
Wed Apr 26, 2006 5:49 pm
Forum: JFreeChart
Topic: JFreeChart Evaluation
Replies: 10
Views: 13082

Ok, I think I've got the answers I need. All except how to use JFreeChart in netbeans, but that's something me and netbeans will have to sort out I guess. Thanks to everyone for their answers.
by Nathani
Wed Apr 26, 2006 4:53 pm
Forum: JFreeChart
Topic: JFreeChart Evaluation
Replies: 10
Views: 13082

I would love to. Unfortunately I'm just starting to learn NetBeans, and I can't figure out how to do this. I would be more than willing to purchase the manual after I do my mock up. Is there another resource/tutorial around?

Thanks again for your response,
by Nathani
Wed Apr 26, 2006 4:42 pm
Forum: JFreeChart
Topic: JFreeChart Evaluation
Replies: 10
Views: 13082

Sorry I edited my post above. Added some data. I agree, I think that with all things considered Java should actually give us a performance boost. I am just a little unsure about how efficient JFreeChart's dynamic data is. I assume that it is quite efficient as it seems to be a solution selected by a...
by Nathani
Wed Apr 26, 2006 4:24 pm
Forum: JFreeChart
Topic: JFreeChart Evaluation
Replies: 10
Views: 13082

Yes each plot receives around 10-20 new data points per second. However only a maximum of about 8 plots will be contained in a single tab, so I would guess that redraws only need to be done on a maximum of 8 plots. Each plot will contain between 100-300 points. So at worst there should be 2400 point...
by Nathani
Tue Apr 25, 2006 11:19 pm
Forum: JFreeChart
Topic: JFreeChart Evaluation
Replies: 10
Views: 13082

JFreeChart Evaluation

I am currently evaluating JFreeChart for my company. I don't have time to test JFreeChart, so I'm hoping someone can just provide my with an answer. Our product will include up to 20 real time xy graphs running on different tabs. With data rates in about 10-20 data points per second. Is JFreeChart l...