XlChartPictureType Enumeration
Specifies how pictures are displayed on a column, bar picture chart, or legend key.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("DE37E118-9080-45E2-8F09-67161638990F")> _
Public Enumeration XlChartPictureType
'Usage
Dim instance As XlChartPictureType
[GuidAttribute("DE37E118-9080-45E2-8F09-67161638990F")]
public enum XlChartPictureType
Members
Member name | Description | |
---|---|---|
xlStackScale | The picture is sized to a specified number of units and repeated the length of the bar. | |
xlStack | The picture is sized to repeat a maximum of 15 times in the longest stacked bar. | |
xlStretch | The picture is stretched the full length of the stacked bar. |