I have a scatter chart with 2 data series plotted.
I would like to add a trend line so I've added a ScatterLine series with the average of the two values.
The problem I'm running into is the chart is the ScatterLine renders all the points which makes the chart too jumbled. I'd like to have it render every 5th point.
Is there a way to skip or step the values for a ScatterLine series so I can have a trend line that is meaningful?