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)

Usage

Dim xlChartPictureType1 As XlChartPictureType = XlChartPictureType.xlStack

Syntax

Public Enum XlChartPictureType
public enum XlChartPictureType
public enum class XlChartPictureType
public enum XlChartPictureType
public enum XlChartPictureType

Members

Member name Description
xlStack Picture is sized to repeat a maximum of 15 times in the longest stacked bar.
xlStackScale Picture is sized to a specified number of units and repeated the length of the bar.
xlStretch Picture is stretched the full length of stacked bar.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace