com.aspose.cells

Class LegendPositionType

  • 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 intBOTTOM
Displays the legend to the bottom of the chart's plot area.
static final intCORNER
Displays the legend to the corner of the chart's plot area.
static final intLEFT
Displays the legend to the left of the chart's plot area.
static final intNOT_DOCKED
Represents that the legend is not docked.
static final intRIGHT
Displays the legend to the right of the chart's plot area.
static final intTOP
Displays the legend to the top of the chart's plot area.
 

    • Field Detail

      • 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.