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: