Series.ApplyPictToFront (Word)

True if a picture is applied to the front of the point or all points in the series.


With ActiveDocument.InlineShapes(1) 
 If .HasChart Then 
 .Chart.SeriesCollection(1).ApplyPictToFront = True 
 End If 
End With