Enum Class DataLabelPosition

java.lang.Object
java.lang.Enum<DataLabelPosition>
com.grapecity.documents.excel.drawing.DataLabelPosition
所有已实现的接口:
Serializable, Comparable<DataLabelPosition>, Constable

public enum DataLabelPosition extends Enum<DataLabelPosition>
Specifies where the data label is positioned.
  • 枚举常量详细资料

    • Left

      public static final DataLabelPosition Left
      Specifies that the data label is positioned at the bottom of the bar or pie
    • Center

      public static final DataLabelPosition Center
      Specifies that the data label is centered on a data point or inside the bar or pie.
    • Above

      public static final DataLabelPosition Above
      Specifies that the data label is above the point.
    • Below

      public static final DataLabelPosition Below
      Specifies that the data label is below the point.
    • OutsideEnd

      public static final DataLabelPosition OutsideEnd
      Specifies that the data label is positioned at the top of the bar or pie.
    • InsideEnd

      public static final DataLabelPosition InsideEnd
      Specifies that the data label is positioned arbitrarily.
    • InsideBase

      public static final DataLabelPosition InsideBase
      Specifies that the data label is positioned arbitrarily.
    • BestFit

      public static final DataLabelPosition BestFit
      Specifies the best position for the data label.
  • 方法详细资料

    • values

      public static DataLabelPosition[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DataLabelPosition valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值