Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how pictures are displayed on a column, bar picture chart, or legend key.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration XlChartPictureType
'Usage
Dim instance As XlChartPictureType
public enum XlChartPictureType
Members
| Member name | Description | |
|---|---|---|
| xlStackScale | Picture is sized to a specified number of units and repeated the length of the bar. | |
| xlStack | Picture is sized to repeat a maximum of 15 times in the longest stacked bar. | |
| xlStretch | Picture is stretched the full length of the stacked bar. |