Series.PictureType Property

Returns or sets a XlChartPictureType value that represents the way pictures are displayed on a column or bar picture chart.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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.Word.XlChartPictureType
XlChartPictureType

See Also

Reference

Series Interface

Series Members

Microsoft.Office.Interop.Word Namespace