java.lang.Object
com.aspose.cells.LegendPositionType
public class LegendPositionType
- extends java.lang.Object
Utility class containing constants.
Enumerates the legend position types.
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.
|
BOTTOM | |
public static final int BOTTOM |
-
Displays the legend to the bottom of the chart's plot area.
CORNER | |
public static final int CORNER |
-
Displays the legend to the corner of the chart's plot area.
LEFT | |
public static final int LEFT |
-
Displays the legend to the left of the chart's plot area.
NOT_DOCKED | |
public static final int NOT_DOCKED |
-
Represents that the legend is not docked.
RIGHT | |
public static final int RIGHT |
-
Displays the legend to the right of the chart's plot area.
TOP | |
public static final int TOP |
-
Displays the legend to the top of the chart's plot area.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.