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



In This Topic
    FitType Property (TrendLineCalculator)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property FitType As FitType
    'Usage
     
    
    Dim instance As TrendLineCalculator
    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