Search found 1 match

by uncle4
Tue Jul 21, 2015 6:59 pm
Forum: JFreeChart
Topic: sizing TimeTableXYDataset
Replies: 0
Views: 3943

sizing TimeTableXYDataset

I've seen similar questions asked before, but haven't seen a proper solution. I'm trying to keep the size of my dataset down so Autoranging works better. Each quantum I add a new point to N series in the dataset. I then try the following: for (ser=0;ser < dataset.getSeriesCount(); ser++) { if (datas...