ComponentOne FlexChart for WinForms
Coefficients Property


C1.Win.Chart Namespace > TrendLine Class : Coefficients Property
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

Reference

TrendLine Class
TrendLine Members