Uses of Interface
org.jfree.data.xy.OHLCDataset
-
Uses of OHLCDataset in org.jfree.chart
Modifier and TypeMethodDescriptionstatic 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. -
Uses of OHLCDataset in org.jfree.data.time.ohlc
-
Uses of OHLCDataset in org.jfree.data.xy
Modifier and TypeClassDescriptionclass
A simple implementation of theOHLCDataset
interface.class
A simple implementation of theOHLCDataset
interface.