public class StockStyle extends ChartStyle
StockPlot
.STOCK_HIGH_LOW
,
STOCK_HIGH_LOW_OPEN_CLOSE
,
Serialized FormModifier and Type | Field and Description |
---|---|
static StockStyle |
STOCK_HIGH_LOW
The high - low stock chart style.
|
static StockStyle |
STOCK_HIGH_LOW_OPEN_CLOSE
The high - low open - close stock chart style.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List |
getAllowedDatasets(Chart2 chart)
Returns the list of dataset supported by this chart style.
|
AbstractPlot |
getDefaultPlot()
Creates a new stock plot and initializes the plot with default settings.
|
public static final StockStyle STOCK_HIGH_LOW
public static final StockStyle STOCK_HIGH_LOW_OPEN_CLOSE
public boolean equals(java.lang.Object obj)
public AbstractPlot getDefaultPlot()
getDefaultPlot
in class ChartStyle
StockPlot
.AbstractPlot
public java.util.List getAllowedDatasets(Chart2 chart)
getAllowedDatasets
in class ChartStyle
chart
- the chartChart2
Copyright © 1999-2020 by i-net software GmbH