A quick question about data

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
John Matthews
Posts: 513
Joined: Wed Sep 12, 2007 3:18 pm

Re: A quick question about data

Post by John Matthews » Tue May 29, 2018 6:08 pm

Look at implementations of Dataset that manage a collection of Series. For example, an XYSeriesCollection "Represents a collection of XYSeries objects that can be used as a dataset."

Locked