com.aspose.cells

Class LabelPositionType

  • java.lang.Object
    • com.aspose.cells.LabelPositionType
public class LabelPositionType 
extends java.lang.Object

Utility class containing constants. Represents data label position type.

Field Summary
static final intCENTER
Applies only to bar, 2d/3d pie charts
static final intINSIDE_BASE
Applies only to bar, 2d/3d pie charts
static final intINSIDE_END
Applies only to bar charts
static final intOUTSIDE_END
Applies only to bar, 2d/3d pie charts
static final intABOVE
Applies only to line charts
static final intBELOW
Applies only to line charts
static final intLEFT
Applies only to line charts
static final intRIGHT
Applies only to line charts
static final intBEST_FIT
Applies only to 2d/3d pie charts
static final intMOVED
User moved the data labels, Only for reading chart from template file.
 

    • Field Detail

      • CENTER

        public static final int CENTER
        Applies only to bar, 2d/3d pie charts
      • INSIDE_BASE

        public static final int INSIDE_BASE
        Applies only to bar, 2d/3d pie charts
      • INSIDE_END

        public static final int INSIDE_END
        Applies only to bar charts
      • OUTSIDE_END

        public static final int OUTSIDE_END
        Applies only to bar, 2d/3d pie charts
      • ABOVE

        public static final int ABOVE
        Applies only to line charts
      • BELOW

        public static final int BELOW
        Applies only to line charts
      • LEFT

        public static final int LEFT
        Applies only to line charts
      • RIGHT

        public static final int RIGHT
        Applies only to line charts
      • BEST_FIT

        public static final int BEST_FIT
        Applies only to 2d/3d pie charts
      • MOVED

        public static final int MOVED
        User moved the data labels, Only for reading chart from template file.