Module org.jfree.chart
Package org.jfree.data.time.ohlc
Classes for representing financial data in open-high-low-close form.
-
Class Summary Class Description OHLC A data record containing open-high-low-close data (immutable).OHLCItem An item representing data in the form(time-period, open, high, low, close).OHLCSeries<S extends Comparable<S>> A list of (RegularTimePeriod, open, high, low, close) data items.OHLCSeriesCollection A collection ofOHLCSeriesobjects.