public class OHLCPlot extends Object
CandlestickPlot
Constructor | Description |
---|---|
OHLCPlot() |
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
|
Copyright © 2022. All rights reserved.