public class LegendPositionType
Field Summary | ||
---|---|---|
static final int | BOTTOM | |
Displays the legend to the bottom of the chart's plot area.
|
||
static final int | CORNER | |
Displays the legend to the corner of the chart's plot area.
|
||
static final int | LEFT | |
Displays the legend to the left of the chart's plot area.
|
||
static final int | NOT_DOCKED | |
Represents that the legend is not docked.
|
||
static final int | RIGHT | |
Displays the legend to the right of the chart's plot area.
|
||
static final int | TOP | |
Displays the legend to the top of the chart's plot area.
|
public static final int BOTTOM
public static final int CORNER
public static final int LEFT
public static final int NOT_DOCKED
public static final int RIGHT
public static final int TOP