Uses of Interface
org.jfree.data.CombinationDataset
Package | Description |
---|---|
org.jfree.data |
Data interfaces and classes.
|
-
Uses of CombinationDataset in org.jfree.data
Classes in org.jfree.data that implement CombinationDataset Modifier and Type Class Description class
CombinedDataset
This class can combine instances ofXYDataset
,HighLowDataset
andIntervalXYDataset
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 anotherSeriesDataset
.