FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / SparklineType Enumeration

In This Topic
    SparklineType Enumeration
    In This Topic
    Represents the sparkline type.
    Syntax
    'Declaration
     
    
    Public Enum SparklineType 
       Inherits System.Enum
    public enum SparklineType : System.Enum 
    Members
    MemberDescription
    ColumnSpecifies the column sparkline.
    LineSpecifies the line sparkline.
    WinLossSpecifies the WinLoss sparkline.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1FlexGrid.SparklineType

    See Also