Series.PictureType Property

Excel Developer Reference

Returns or sets a 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 in Chart1 to stretch pictures. The example should be run on a 2-D column chart with picture data markers.

Visual Basic for Applications
  Charts("Chart1").SeriesCollection(1).PictureType = xlStretch

See Also