Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / TrendLineType Enumeration


In This Topic
    TrendLineType Enumeration
    In This Topic
    Type of TrendLine
    Syntax
    'Declaration
     
    
    Public Enum TrendLineType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TrendLineType
    public enum TrendLineType : System.Enum 
    Members
    MemberDescription
    Exponential 
    Logarithmic 
    Moving_Average 
    Polynomial 
    Power 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.TrendLineType

    See Also