Property
A trend line is a line on a scatter plot, which shows the relationship between two sets of data. It does not have to go through any of the points on the scatter plot.
Explanation
A trend line is the 'best guess' straight path through your scattered data points. It doesn’t have to hit any dots, but it reveals the general direction—uphill for positive or downhill for negative—that your data is heading. It’s a quick visual summary of the relationship between your variables.
Examples
For points (1, 5), (2, 7), (3, 6), and (4, 9), a trend line would be a straight line rising from left to right.
A trend line with a positive slope like y=2x+1 indicates a positive correlation.
A trend line with a negative slope like y=−x+10 indicates a negative correlation.