Series.PictureType property (Excel)

Returns or sets an XlChartPictureType value that represents the way pictures are displayed on a column or bar picture chart.

Syntax

expression.PictureType

expression A variable that represents a Series object.

Example

This example sets series one on Chart1 to stretch pictures. The example should be run on a 2D column chart with picture data markers.

Charts("Chart1").SeriesCollection(1).PictureType = xlStretch

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.