Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / 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.
    Syntax
    'Declaration
     
    
    Public Enum SparkScale 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SparkScale
    public enum SparkScale : System.Enum 
    Members
    MemberDescription
    CustomThe minimum or maximum value for the vertical axis of the sparkline has a user-defined value.
    GroupThe minimum or maximum value for the vertical axes of all of the sparklines in the group have the same value.
    SingleThe minimum or maximum value for the vertical axis of each sparkline in the group is automatically set to its own calculated value.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SparkScale

    See Also