[]
        
立即试用
(Showing Draft Content)

LegendPosition

Enum Class LegendPosition

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

public enum LegendPosition extends Enum<LegendPosition>
指定图表上图例的位置。
  • Enum Constant Details

    • Custom

      public static final LegendPosition Custom
      指定一个自定义位置。
    • Top

      public static final LegendPosition Top
      指定在图表上方的位置。
    • Left

      public static final LegendPosition Left
      指定图表左侧的位置。
    • Bottom

      public static final LegendPosition Bottom
      指定在图表下面的位置。
    • Corner

      public static final LegendPosition Corner
      指定图表边框右上角的位置。
  • Method Details

    • values

      public static LegendPosition[] 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 LegendPosition 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