Class OhlcItem

All Implemented Interfaces:
Serializable

public class OhlcItem extends DataSeriesItem
A DataSeriesItem implementation suitable for <a https://en.wikipedia.org/wiki/Open-high-low-close_chart">OHLC charts. OHLC charts visualize well financial data.
See Also:
  • Constructor Details

  • Method Details

    • getOpen

      public Number getOpen()
      See Also:
    • setOpen

      public void setOpen(Number open)
      Sets the open value of the OHLC item
      Parameters:
      open -
    • getClose

      public Number getClose()
      See Also:
    • setClose

      public void setClose(Number close)
      Sets the close value of the OHLC item
      Parameters:
      close -