ApplyPictToSides property (Excel Graph)

True if a picture is applied to the sides of the point or all points in the series. Read/write Boolean.

Syntax

expression.ApplyPictToSides

expression Required. An expression that returns one of the objects in the Applies To list.

Example

This example applies pictures to the sides of all points in series one. The series must already have pictures applied to it (setting this property changes the picture orientation).

myChart.SeriesCollection(1).ApplyPictToSides = 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.