Returns the calculatedCalculated the coefficients of the TrendLine.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public double[] GetCoefficients()
Visual Basic
<BrowsableAttribute(False)> _
Public Function GetCoefficients As Double()

Return Value

Array of coefficients that describes equation of trendlines.

See Also