Uses of Interface org.jfree.data.xy.OHLCDataset

Uses in package org.jfree.data.time.ohlc

Classes implementing org.jfree.data.xy.OHLCDataset

class
A collection of OHLCSeries objects.

Uses in package org.jfree.data.general

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.

Uses in package org.jfree.chart

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.

Uses in package org.jfree.data.xy

Classes implementing org.jfree.data.xy.OHLCDataset

class
A simple implementation of the OHLCDataset interface.
class
A simple implementation of the OHLCDataset interface.