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

In This Topic
    Coefficients Property (TrendLine)
    In This Topic
    Gets the coefficients of equation.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("TrendLine.Coefficients", "Gets the coefficients of equation.")>
    Public ReadOnly Property Coefficients As Double()
    [C1Description("TrendLine.Coefficients", "Gets the coefficients of equation.")]
    public double[] Coefficients {get;}
    See Also