ApplyPictToEnd Property
Applies To
Point object, Series object.
Description
True if a picture is applied to the end of the point or all points in the series. Read/write Boolean.
See Also
ApplyPictToFront property, ApplyPictToSides property.
Example
This example applies pictures to the end of all points in series one. The series must already have pictures applied to it (setting this property changes the picture orientation).
Charts(1).SeriesCollection(1).ApplyPictToEnd = True