Uses of Interface
org.jfree.data.xy.OHLCDataset
-
Packages that use OHLCDataset Package Description org.jfree.chart Core classes, includingJFreeChartandChartPanel.org.jfree.data.general Data interfaces and classes.org.jfree.data.time.ohlc Classes for representing financial data in open-high-low-close form.org.jfree.data.xy A package containing theXYDatasetinterface and related classes. -
-
Uses of OHLCDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type OHLCDataset Modifier and Type Method Description static JFreeChartChartFactory. createCandlestickChart(java.lang.String title, java.lang.String timeAxisLabel, java.lang.String valueAxisLabel, OHLCDataset dataset, boolean legend)Creates and returns a default instance of a candlesticks chart.static JFreeChartChartFactory. createHighLowChart(java.lang.String title, java.lang.String timeAxisLabel, java.lang.String valueAxisLabel, OHLCDataset dataset, boolean legend)Creates and returns a default instance of a high-low-open-close chart.static JFreeChartChartFactory. 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. -
Uses of OHLCDataset in org.jfree.data.general
Classes in org.jfree.data.general that implement OHLCDataset Modifier and Type Class Description classCombinedDatasetDeprecated.As of version 1.0.13.classSubSeriesDatasetDeprecated.As of version 1.0.13. -
Uses of OHLCDataset in org.jfree.data.time.ohlc
Classes in org.jfree.data.time.ohlc that implement OHLCDataset Modifier and Type Class Description classOHLCSeriesCollectionA collection ofOHLCSeriesobjects. -
Uses of OHLCDataset in org.jfree.data.xy
Classes in org.jfree.data.xy that implement OHLCDataset Modifier and Type Class Description classDefaultHighLowDatasetA simple implementation of theOHLCDatasetinterface.classDefaultOHLCDatasetA simple implementation of theOHLCDatasetinterface.
-