XlChartPictureType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
xlStretch | 1 | Picture is stretched the full length of the stacked bar. |
xlStack | 2 | Picture is sized to repeat a maximum of 15 times in the longest stacked bar. |
xlStackScale | 3 | Picture is sized to a specified number of units and repeated the length of the bar. |