[]
        
立即试用
(Showing Draft Content)

SparkScale

Enum Class SparkScale

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

public enum SparkScale extends Enum<SparkScale>
指定小型图组中垂直轴的最小值或最大值相对于其他小型图的比例缩放方式。
  • Enum Constant Details

    • SparkScaleGroup

      public static final SparkScale SparkScaleGroup
      指定组中所有迷你图垂直轴的最小值或最大值具有相同的值。
    • SparkScaleSingle

      public static final SparkScale SparkScaleSingle
      指定分组中每个迷你图垂直轴的最小值或最大值自动设置为它自己的计算值。
    • SparkScaleCustom

      public static final SparkScale SparkScaleCustom
      指定迷你图垂直轴的最小值或最大值为用户定义的值。
  • Method Details

    • values

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