Frames | No Frames |
Classes implementing org.jfree.data.xy.OHLCDataset | |
class | A collection of OHLCSeries objects. |
Classes implementing org.jfree.data.xy.OHLCDataset | |
class | This class can combine instances of XYDataset , OHLCDataset
and IntervalXYDataset together exposing the union of all the series
under one dataset. |
class | This class will create a dataset with one or more series from another
SeriesDataset . |
Methods with parameter type org.jfree.data.xy.OHLCDataset | |
JFreeChart | ChartFactory.createCandlestickChart(String title, String timeAxisLabel, String valueAxisLabel, OHLCDataset dataset, boolean legend) Creates and returns a default instance of a candlesticks chart. |
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. |
JFreeChart | ChartFactory.createHighLowChart(String title, String timeAxisLabel, 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. |
Classes implementing org.jfree.data.xy.OHLCDataset | |
class | A simple implementation of the OHLCDataset interface. |
class | A simple implementation of the OHLCDataset interface. |