Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparkType Enumeration


In This Topic
    SparkType Enumeration
    In This Topic
    Specifies the type of sparkline.
    Syntax
    'Declaration
     
    
    Public Enum SparkType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SparkType
    public enum SparkType : System.Enum 
    Members
    MemberDescription
    ColumnA column chart sparkline.
    ColumnStacked100A win/loss chart sparkline.
    LineA line chart sparkline.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.SparkType

    See Also