Sparkline for WPF
C1.WPF.Sparkline Assembly / C1.WPF.Sparkline 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.WPF.Sparkline.SparklineType

    See Also