XlChartPictureType Enumeration
Specifies how pictures are displayed on a column, bar picture chart, or legend key.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.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 stacked bar. |