Share via


Series.PictureType Property

Returns or sets a value that specifies how pictures are displayed on a column or bar picture chart. Read/write XlChartPictureType.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property PictureType As XlChartPictureType
    Get
    Set
'Usage
Dim instance As Series
Dim value As XlChartPictureType

value = instance.PictureType

instance.PictureType = value
XlChartPictureType PictureType { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.XlChartPictureType

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.PowerPoint Namespace