XlChartPicturePlacement Enumeration

Specifies the placement of a user-selected picture on a bar in a 3-D bar or column.

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

Syntax

'Declaration
<GuidAttribute("361D6719-C6C7-438C-849F-09F55B485C30")> _
Public Enumeration XlChartPicturePlacement
'Usage
Dim instance As XlChartPicturePlacement
[GuidAttribute("361D6719-C6C7-438C-849F-09F55B485C30")]
public enum XlChartPicturePlacement

Members

Member name Description
xlSides Display on sides.
xlEnd Display on end.
xlEndSides Display on end and sides.
xlFront Display on front.
xlFrontSides Display on front and sides.
xlFrontEnd Display on front and end.
xlAllFaces Display on all faces.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace