| Package | Description |
|---|---|
| org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
| Modifier and Type | Field and Description |
|---|---|
private OHLCDataItem[] |
DefaultOHLCDataset.data
Storage for the data items.
|
| Constructor and Description |
|---|
DefaultOHLCDataset(java.lang.Comparable key,
OHLCDataItem[] data)
Creates a new dataset.
|