PointLineSeriesGetRegressionFactors Method |
LightningChart .NET Help
Get the factors that are used in regression line plotting
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic double[] GetRegressionFactors()
Public Function GetRegressionFactors As Double()
public:
array<double>^ GetRegressionFactors()
Return Value
Type:
DoubleFactors, length = polynomial order+1. For example, when having order 2, you can plot line with equation: Y = factors[0] + factors[1]*X + factors[2]*X^2
See Also