Uses of Interface
org.jfree.data.xy.OHLCDataset
Packages that use OHLCDataset
Package
Description
Core classes, including
JFreeChart
and
ChartPanel
.Data interfaces and classes.
Classes for representing financial data in open-high-low-close form.
A package containing the
XYDataset
interface and related classes.-
Uses of OHLCDataset in org.jfree.chart
Methods in org.jfree.chart with parameters of type OHLCDatasetModifier 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.static 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 of OHLCDataset in org.jfree.data.general
Classes in org.jfree.data.general that implement OHLCDatasetModifier and TypeClassDescriptionclass
Deprecated.As of version 1.0.13.class
Deprecated.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 -
Uses of OHLCDataset in org.jfree.data.xy
Classes in org.jfree.data.xy that implement OHLCDatasetModifier and TypeClassDescriptionclass
A simple implementation of theOHLCDataset
interface.class
A simple implementation of theOHLCDataset
interface.