public static enum OHLCSeries.OHLCType extends java.lang.Enum<OHLCSeries.OHLCType> implements ChartSeries.ChartType
| Enum Constant and Description |
|---|
CANDLESTICK |
OHLC |
| Modifier and Type | Method and Description |
|---|---|
static OHLCSeries.OHLCType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OHLCSeries.OHLCType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OHLCSeries.OHLCType OHLC
public static final OHLCSeries.OHLCType CANDLESTICK
public static OHLCSeries.OHLCType[] values()
for (OHLCSeries.OHLCType c : OHLCSeries.OHLCType.values()) System.out.println(c);
public static OHLCSeries.OHLCType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.