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