Home  Products  Purchase  Downloads  Demos  Forums  Blogs  Ticket  Wiki  API  Corporate


com.aspose.cells
Interface LabelPositionType


public interface LabelPositionType

Represents data label position type.


Field Summary
static byte ABOVE
          Only for Line, Bubble, or Scatter chart group.
static byte AUTO
          Auto position.
static byte BELOW
          Only for Line, Bubble, or Scatter chart group.
static byte BEST_FIT
          Only for Pie chart group.
static byte CENTER
          Only for Bar, Column, Line, Bubble, Scatter, or Pie chart group.
static byte CUSTOM
          Position moved by user.
static byte INSIDE_BASE
          Only for Bar, Column chart group.
static byte INSIDE_END
          Only for Bar, Column, or Pie chart group.
static byte LEFT
          Only for Line, Bubble, or Scatter chart group.
static byte OUTSIDE_END
          Only for Bar, Column, or Pie chart group.
static byte REIGHT
          Deprecated. replaced by RIGHT
static byte RIGHT
          Only for Line, Bubble, or Scatter chart group.
 

Field Detail

AUTO

static final byte AUTO
Auto position. For Line, Bubble, or Scatter chart group, same with RIGHT; For Pie chart group, same with BEST_FIT; For non-stacked Bar or Column chart group, same with OUTSIDE_END; For stacked Bar or Column chart group, same with CENTER.

See Also:
Constant Field Values

OUTSIDE_END

static final byte OUTSIDE_END
Only for Bar, Column, or Pie chart group.

See Also:
Constant Field Values

INSIDE_END

static final byte INSIDE_END
Only for Bar, Column, or Pie chart group.

See Also:
Constant Field Values

CENTER

static final byte CENTER
Only for Bar, Column, Line, Bubble, Scatter, or Pie chart group.

See Also:
Constant Field Values

INSIDE_BASE

static final byte INSIDE_BASE
Only for Bar, Column chart group.

See Also:
Constant Field Values

ABOVE

static final byte ABOVE
Only for Line, Bubble, or Scatter chart group.

See Also:
Constant Field Values

BELOW

static final byte BELOW
Only for Line, Bubble, or Scatter chart group.

See Also:
Constant Field Values

LEFT

static final byte LEFT
Only for Line, Bubble, or Scatter chart group.

See Also:
Constant Field Values

REIGHT

static final byte REIGHT
Deprecated. replaced by RIGHT
Only for Line, Bubble, or Scatter chart group.

See Also:
Constant Field Values

RIGHT

static final byte RIGHT
Only for Line, Bubble, or Scatter chart group.

See Also:
Constant Field Values

BEST_FIT

static final byte BEST_FIT
Only for Pie chart group.

See Also:
Constant Field Values

CUSTOM

static final byte CUSTOM
Position moved by user.

See Also:
Constant Field Values