ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / TrendLine Class / FitType Property



In This Topic
    FitType Property (TrendLine)
    In This Topic
    Gets or sets the fit type of trend line.
    Syntax
    'Declaration
     
    
    Public Property FitType As FitType
    'Usage
     
    
    Dim instance As TrendLine
    Dim value As FitType
     
    instance.FitType = value
     
    value = instance.FitType
    public FitType FitType {get; set;}
    public:
    property FitType FitType {
       FitType get();
       void set (    FitType value);
    }
    See Also