Uses of Interface
com.jrefinery.data.CombinationDataset

Packages that use CombinationDataset
com.jrefinery.data Data interfaces and classes. 
 

Uses of CombinationDataset in com.jrefinery.data
 

Classes in com.jrefinery.data that implement CombinationDataset
 class CombinedDataset
          This class can combine XYDatasets, HighLowDatasets and IntervalXYDatasets 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.