Package | Description |
---|---|
org.jfree.chart |
Core classes, including
JFreeChart and
ChartPanel . |
org.jfree.data.time.ohlc |
Classes for representing financial data in open-high-low-close form.
|
org.jfree.data.xy |
A package containing the
XYDataset interface and related classes. |
Modifier and Type | Method and Description |
---|---|
static JFreeChart |
ChartFactory.createCandlestickChart(String title,
String timeAxisLabel,
String valueAxisLabel,
OHLCDataset dataset,
boolean legend)
Creates and returns a default instance of a candlesticks chart.
|
static JFreeChart |
ChartFactory.createHighLowChart(String title,
String timeAxisLabel,
String valueAxisLabel,
OHLCDataset dataset,
boolean legend)
Creates and returns a default instance of a high-low-open-close chart.
|
Modifier and Type | Class and Description |
---|---|
class |
OHLCSeriesCollection
A collection of
OHLCSeries objects. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultHighLowDataset
A simple implementation of the
OHLCDataset interface. |
class |
DefaultOHLCDataset
A simple implementation of the
OHLCDataset interface. |
Copyright © 2001–2017 JFree.org. All rights reserved.