I am able to trend a linear trend line in SSRS 2012 using the formula Y = mX + B to generate the trend point values in T-SQL. If I plot the trend line values of the scatter plot with the data points then they all plot accurately but I am unable to join the points with a line.
However if I change the chart type for the Trend data to a line chart then the plotted points are no longer accurate.
Is there a way to join the points whilst keeping the chart type for the series = scatter plot?
Thanks in advance,
Mike