Share via


Point.PictureType Property

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

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 Point
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

Point Interface

Point Members

Microsoft.Office.Interop.PowerPoint Namespace