XlChartPictureType Enum

Definition

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies how pictures are displayed on a column, bar picture chart, or legend key.

public enum class XlChartPictureType
public enum XlChartPictureType
type XlChartPictureType = 
Public Enum XlChartPictureType
Inheritance
XlChartPictureType

Fields

xlStack 2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Picture is sized to repeat a maximum of 15 times in the longest stacked bar.

xlStackScale 3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Picture is sized to a specified number of units and repeated the length of the bar.

xlStretch 1

You should access and use this enumeration from the Excel primary interop assembly (PIA). Picture is stretched the full length of stacked bar.

Applies to