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



In This Topic
    Coefficients Property
    In This Topic
    Gets the coefficients of equation.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Coefficients As Double()
    'Usage
     
    
    Dim instance As TrendLine
    Dim value() As Double
     
    value = instance.Coefficients
    public double[] Coefficients {get;}
    public:
    property array<double>^ Coefficients {
       array<double>^ get();
    }
    See Also