Thanks guys, but your suggestions usually resulted in a 'U' or 'V' shape with the bottom at the (0,0) point. I found the following to at least yield a flat line as I had been originally trying to get:
ListLinePlot[Table[Sin[x] + Sin[x+Pi],{x,0,2Pi}],PlotStyle ->{Red}]