XlChartPicturePlacement 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 the placement of a user-selected picture on a bar in a 3-D bar or column.
public enum class XlChartPicturePlacement
public enum XlChartPicturePlacement
type XlChartPicturePlacement =
Public Enum XlChartPicturePlacement
- Inheritance
-
XlChartPicturePlacement
Fields
Name | Value | Description |
---|---|---|
xlSides | 1 | Display on sides. |
xlEnd | 2 | Display on end. |
xlEndSides | 3 | Display on end and sides. |
xlFront | 4 | Display on front. |
xlFrontSides | 5 | Display on front and sides. |
xlFrontEnd | 6 | Display on front and end. |
xlAllFaces | 7 | Display on all faces. |