PictureType Property

Microsoft Graph Visual Basic

XlChartPictureType can be one of these XlChartPictureType constants.
xlStack. Stacks the pictures to reach the necessary value.
xlStretch. Stretches the picture to reach the necessary value.
xlStackScale. Stacks the pictures; use the PictureUnit property to determine what unit each picture represents.

expression.PictureType

expression    Required. An expression that returns one of the above objects.

Example

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

myChart.SeriesCollection(1).PictureType = xlStretch