This topic has not yet been rated - Rate this topic

Series.PictureType Property

Office 2007
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



Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ