ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart.Extended 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;}
    See Also