Spread WPF 17
GrapeCity.Excel Namespace / ExcelSparklineType Enumeration


In This Topic
    ExcelSparklineType Enumeration
    In This Topic
    Specifies the type of the sparkline group.
    Syntax
    'Declaration
     
    Public Enum ExcelSparklineType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ExcelSparklineType
    public enum ExcelSparklineType : System.Enum 
    Members
    MemberDescription
    ColumnColumn sparklines
    LineLine sparklines
    Stacked100% stacked column sparklines.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Excel.ExcelSparklineType

    See Also