public static enum Legend.VerticalAlign extends Enum<Legend.VerticalAlign>
Legend.setVerticalAlign(Legend.VerticalAlign) method.| Enum Constant and Description |
|---|
BOTTOM
Show the legend at the bottom of the chart
|
MIDDLE
Show the legend in the middle of the chart
|
TOP
Show the legend at the top of the chart
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Legend.VerticalAlign |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Legend.VerticalAlign[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Legend.VerticalAlign TOP
public static final Legend.VerticalAlign MIDDLE
public static final Legend.VerticalAlign BOTTOM
public static Legend.VerticalAlign[] values()
for (Legend.VerticalAlign c : Legend.VerticalAlign.values()) System.out.println(c);
public static Legend.VerticalAlign valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<Legend.VerticalAlign>Copyright © 2015. All Rights Reserved.