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



In This Topic
    Coeffs Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Coeffs As Double()
    'Usage
     
    
    Dim instance As TrendLineCalculator
    Dim value() As Double
     
    value = instance.Coeffs
    public double[] Coeffs {get;}
    public:
    property array<double>^ Coeffs {
       array<double>^ get();
    }
    See Also