[]
        
立即试用
(Showing Draft Content)

TickLabelPosition

Enum Class TickLabelPosition

java.lang.Object
java.lang.Enum<TickLabelPosition>
com.grapecity.documents.excel.drawing.TickLabelPosition
All Implemented Interfaces:
Serializable, Comparable<TickLabelPosition>, Constable

public enum TickLabelPosition extends Enum<TickLabelPosition>
指定了刻度标记标签在指定轴上的位置。
  • Enum Constant Details

    • None

      public static final TickLabelPosition None
      指定不显示刻度标记。
    • Low

      public static final TickLabelPosition Low
      指定刻度线位于图表的底部或左侧。
    • High

      public static final TickLabelPosition High
      指定刻度线位于图表的顶部或右侧。
    • NextToAxis

      public static final TickLabelPosition NextToAxis
      指定刻度线位于轴线旁边(当轴线不在图表的任一侧时)。
  • Method Details

    • values

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

      public static TickLabelPosition 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.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null