ApplyPictToSides Property [Excel 2003 VBA Language Reference]

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

Remarks

This property only applies to 3D charts.

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).

Charts(1).SeriesCollection(1).ApplyPictToSides = True

Applies to | Point Object | Series Object

See Also | ApplyPictToEnd Property | ApplyPictToFront Property