You could also run a macro:
Sub FormatLineWidths()
Dim srs As Series
For Each srs In ActiveChart.SeriesCollection
srs.Border.Weight = xlThin
Next
End Sub
- Jon
-------
Jon Peltier
Peltier Technical Services, Inc.
http://peltiertech.com/