Package tech.tablesaw.plotly.api
Class OHLCPlot
- java.lang.Object
-
- tech.tablesaw.plotly.api.OHLCPlot
-
public class OHLCPlot extends Object
Open-High-Low-Close time series plot typically used to illustrate price trends for stocks and other exchange-traded products- See Also:
CandlestickPlot
-
-
Constructor Summary
Constructors Constructor Description OHLCPlot()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Figure
create(String title, tech.tablesaw.api.Table table, String xCol, String openCol, String highCol, String lowCol, String closeCol)
Returns Figure containing Open-High-Low-Close time series plot with a default layout
-