public abstract class CandlestickMaker extends Object
| Constructor and Description |
|---|
CandlestickMaker() |
| Modifier and Type | Method and Description |
|---|---|
static void |
make(XYPlot plot,
CandlestickFormatter formatter,
XYSeries openVals,
XYSeries closeVals,
XYSeries highVals,
XYSeries lowVals)
Adds a candlestick chart to the specified plot using the specified
high, low, open and close values.
|
public static void make(XYPlot plot, CandlestickFormatter formatter, XYSeries openVals, XYSeries closeVals, XYSeries highVals, XYSeries lowVals)
plot - formatter - openVals - closeVals - highVals - lowVals -