Series.ApplyPictToFront property (Excel)
True if a picture is applied to the front of the point or all points in the series. Read/write Boolean.
Syntax
expression.ApplyPictToFront
expression A variable that represents a Series object.
Example
This example applies pictures to the front 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).ApplyPictToFront = True
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.