Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SparkScale Enumeration
In This Topic
    SparkScale Enumeration
    In This Topic
    Specifies how the minimum or maximum value of the vertical axis of the sparkline is scaled relative to other sparklines in the group.
    Members
    MemberDescription
    SparkScaleCustomSpecifies that the minimum or maximum value for the vertical axis of the sparkline has a user-defined value.
    SparkScaleGroupSpecifies that the minimum or maximum value for the vertical axes of all of the sparklines in the group have the same value.
    SparkScaleSingleSpecifies that the minimum or maximum value for the vertical axis of each sparkline in the group is automatically set to its own calculated value.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.grapecity.documents.excel.SparkScale

    See Also