Class CandlestickPlot

java.lang.Object
tech.tablesaw.plotly.api.CandlestickPlot

public class CandlestickPlot extends Object
Candlestick time series plot typically used to illustrate price trends for stocks and other exchange-traded products
See Also:
  • Constructor Details

    • CandlestickPlot

      public CandlestickPlot()
  • Method Details

    • create

      public static Figure create(String title, tech.tablesaw.api.Table table, String xCol, String openCol, String highCol, String lowCol, String closeCol)
      Returns Figure containing candlestick time series plot with a default layout