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