A line of best fit (or trendline) is a straight line that best represents the data on a scatter plot. This line may pass through some of the points, none of the points, or all of the points. The most common method used is 'Ordinary Least Squares', which minimizes the squared vertical distance between the line and the actual data points.