XlChartOrientation 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.
You should access and use this enumeration from the Excel primary interop assembly (PIA).
public enum class XlChartOrientation
[System.Runtime.InteropServices.Guid("94E08815-49E8-45BB-9BC2-8972405756CF")]
public enum XlChartOrientation
[<System.Runtime.InteropServices.Guid("94E08815-49E8-45BB-9BC2-8972405756CF")>]
type XlChartOrientation =
Public Enum XlChartOrientation
- Inheritance
-
XlChartOrientation
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlUpward | -4171 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlDownward | -4170 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlVertical | -4166 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |
xlHorizontal | -4128 | You should access and use this enumeration from the Excel primary interop assembly (PIA). |