Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface LegendPositionType


public interface LegendPositionType

Enumerates the legend position types.


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

Field Detail

BOTTOM

static final int BOTTOM
Displays the legend to the bottom of the chart's plot area.

See Also:
Constant Field Values

CORNER

static final int CORNER
Displays the legend to the corner of the chart's plot area.

See Also:
Constant Field Values

TOP

static final int TOP
Displays the legend to the top of the chart's plot area.

See Also:
Constant Field Values

RIGHT

static final int RIGHT
Displays the legend to the right of the chart's plot area.

See Also:
Constant Field Values

LEFT

static final int LEFT
Displays the legend to the left of the chart's plot area.

See Also:
Constant Field Values

NOT_DOCKED

static final int NOT_DOCKED
Represents that the legend is not docked.

See Also:
Constant Field Values