Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / SparklineType Enumeration
Example Example


In This Topic
    SparklineType Enumeration
    In This Topic
    Represents the type of sparkline.
    Syntax
    'Declaration
     
    
    Public Enum SparklineType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As SparklineType
    public enum SparklineType : System.Enum 
    Members
    MemberDescription
    ColumnColumn sparkline
    LineLine Sparkline
    WinlossWinloss Sparkline
    Example
    This example sets the SparklineType enumeration.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Web.Spread.SparklineType

    See Also