Click or drag to resize

PointLineSeriesGetRegressionFactors Method

LightningChart .NET Help
Get the factors that are used in regression line plotting

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public double[] GetRegressionFactors()

Return Value

Type: Double
Factors, 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