[]
        
(Showing Draft Content)

C1.Win.C1Chart.TrendLine.GetCoefficients

GetCoefficients Method

GetCoefficients()

Returns the calculatedCalculated the coefficients of the TrendLine.

Declaration
[Browsable(false)]
public double[] GetCoefficients()
<Browsable(False)>
Public Function GetCoefficients() As Double()
Returns
Type Description
double[]

Array of coefficients that describes equation of trendlines.

See Also