PictureType property (Excel Graph)

Returns or sets the way pictures are displayed on a column or bar picture chart or on the walls and faces of a 3D chart.

For the Point and Series objects, read/write XlChartPictureType. Use the PictureUnit property to determine what unit each picture represents.

For the LegendKey object, read/write Long.

For the Floor and Walls objects, read/write Variant.

Syntax

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 2D column chart with picture data markers.

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