public final class LegendPosition
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM
Specifies that the legend shall be drawn at the bottom of the chart.
|
static int |
LEFT
Specifies that the legend shall be drawn at the left of the chart.
|
static int |
length |
static int |
NONE
No legend will be shown for the chart.
|
static int |
RIGHT
Specifies that the legend shall be drawn at the right of the chart.
|
static int |
TOP
Specifies that the legend shall be drawn at the top of the chart.
|
static int |
TOP_RIGHT
Specifies that the legend shall be drawn at the top right of the chart.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String legendPositionName) |
static java.lang.String |
getName(int legendPosition) |
static int[] |
getValues() |
static java.lang.String |
toString(int legendPosition) |
public static final int NONE
public static final int BOTTOM
public static final int LEFT
public static final int RIGHT
public static final int TOP
public static final int TOP_RIGHT
public static final int length