Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.chart.axis |
Axis classes and interfaces.
|
Modifier and Type | Method and Description |
---|---|
static JFreeChart |
ChartFactory.createHighLowChart(java.lang.String title,
java.lang.String timeAxisLabel,
java.lang.String valueAxisLabel,
OHLCDataset dataset,
Timeline timeline,
boolean legend)
Creates and returns a default instance of a high-low-open-close chart
with a special timeline.
|
Modifier and Type | Class and Description |
---|---|
class |
SegmentedTimeline
A
Timeline that implements a "segmented" timeline with included,
excluded and exception segments. |
Modifier and Type | Method and Description |
---|---|
Timeline |
DateAxis.getTimeline()
Returns the underlying timeline used by this axis.
|
Modifier and Type | Method and Description |
---|---|
void |
DateAxis.setTimeline(Timeline timeline)
Sets the underlying timeline to use for this axis.
|