public static enum CartesianSeries.CartesianType extends java.lang.Enum<CartesianSeries.CartesianType> implements ChartSeries.ChartType
| Modifier and Type | Method and Description |
|---|---|
static CartesianSeries.CartesianType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CartesianSeries.CartesianType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CartesianSeries.CartesianType BAR
public static final CartesianSeries.CartesianType LINE
public static CartesianSeries.CartesianType[] values()
for (CartesianSeries.CartesianType c : CartesianSeries.CartesianType.values()) System.out.println(c);
public static CartesianSeries.CartesianType 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.