java.lang.Object
com.aspose.words.LegendPosition
public class LegendPosition
| Field Summary | ||
|---|---|---|
static final int | NONE | |
| No legend will be shown for the chart. | ||
static final int | BOTTOM | |
| Specifies that the legend shall be drawn at the bottom of the chart. | ||
static final int | LEFT | |
| Specifies that the legend shall be drawn at the left of the chart. | ||
static final int | RIGHT | |
| Specifies that the legend shall be drawn at the right of the chart. | ||
static final int | TOP | |
| Specifies that the legend shall be drawn at the top of the chart. | ||
static final int | TOP_RIGHT | |
| Specifies that the legend shall be drawn at the top right of the chart. | ||
| Field Detail |
|---|
NONE = 0 | |
public static final int NONE | |
BOTTOM = 1 | |
public static final int BOTTOM | |
LEFT = 2 | |
public static final int LEFT | |
RIGHT = 3 | |
public static final int RIGHT | |
TOP = 4 | |
public static final int TOP | |
TOP_RIGHT = 5 | |
public static final int TOP_RIGHT | |