java.lang.Objectcom.aspose.cells.LegendPositionType
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. |
Field Detail |
---|
BOTTOM | |
public static final int BOTTOM |
CORNER | |
public static final int CORNER |
LEFT | |
public static final int LEFT |
NOT_DOCKED | |
public static final int NOT_DOCKED |
RIGHT | |
public static final int RIGHT |
TOP | |
public static final int TOP |