Home › Forums › WinForms controls › Xceed Chart for WinForms › Calculating Trend or linear regression
Is there any feature to calculate the trend (also called linear regression I think) in Xceed chart?
I couldn’t find anything in the documentation.
Imported from legacy forums. Posted by Pascal (had 2328 views)
This is not possible, the chart only displays data points.
A workaround would be to calculate yourself the statistics you need, add a line series, and use the statistical results as data points for the series.
Imported from legacy forums. Posted by André (had 2096 views)