Series.ApplyPictToEnd (Word)
True if a picture is applied to the end of the point or all points in the series.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.SeriesCollection(1).ApplyPictToEnd = True
End If
End With
True if a picture is applied to the end of the point or all points in the series.
With ActiveDocument.InlineShapes(1)
If .HasChart Then
.Chart.SeriesCollection(1).ApplyPictToEnd = True
End If
End With