Tagged Questions
0
votes
4answers
2k views
Reporting Services Line Graph: How to better control the smoothed curve
I have a report that I built for a client where i need to plot x 0-100, y 0-100. Lets imagine I have these points:
0,0
2,24
50,70
100,100
I need to represent these as a smoothed line chart, as the ...