Uses of Interface
org.jfree.data.general.CombinationDataset

Packages that use CombinationDataset
org.jfree.data.general Data interfaces and classes. 
 

Uses of CombinationDataset in org.jfree.data.general
 

Classes in org.jfree.data.general that implement CombinationDataset
 class CombinedDataset
          This class can combine instances of XYDataset, OHLCDataset and IntervalXYDataset together exposing the union of all the series under one dataset.
 class SubSeriesDataset
          This class will create a dataset with one or more series from another SeriesDataset.