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.
static byte BELOW
          Only for line.
static byte BEST_FIT
          Only for 2d/3d pie.
static byte CENTER
          Only for Bar, line, 2d/3d pie.
static byte INSIDE_BASE
          Only for Bar.
static byte INSIDE_END
          Only for Bar, 2d/3d pie.
static byte LEFT
          Only for line.
static byte OUTSIDE_END
          Only for Bar, 2d/3d pie.
static byte REIGHT
          Only for Line.
 

Field Detail

OUTSIDE_END

static final byte OUTSIDE_END
Only for Bar, 2d/3d pie.

See Also:
Constant Field Values

INSIDE_END

static final byte INSIDE_END
Only for Bar, 2d/3d pie.

See Also:
Constant Field Values

CENTER

static final byte CENTER
Only for Bar, line, 2d/3d pie.

See Also:
Constant Field Values

INSIDE_BASE

static final byte INSIDE_BASE
Only for Bar.

See Also:
Constant Field Values

ABOVE

static final byte ABOVE
Only for Line.

See Also:
Constant Field Values

BELOW

static final byte BELOW
Only for line.

See Also:
Constant Field Values

LEFT

static final byte LEFT
Only for line.

See Also:
Constant Field Values

REIGHT

static final byte REIGHT
Only for Line.

See Also:
Constant Field Values

BEST_FIT

static final byte BEST_FIT
Only for 2d/3d pie.

See Also:
Constant Field Values