XlLegendPosition 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). Specifies the position of the legend on a chart.
public enum class XlLegendPosition
[System.Runtime.InteropServices.Guid("04D217CD-1859-4786-B583-07BA2092A552")]
public enum XlLegendPosition
[<System.Runtime.InteropServices.Guid("04D217CD-1859-4786-B583-07BA2092A552")>]
type XlLegendPosition =
Public Enum XlLegendPosition
- Inheritance
-
XlLegendPosition
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlLegendPositionCustom | -4161 | You should access and use this enumeration from the Excel primary interop assembly (PIA). A custom position. |
xlLegendPositionTop | -4160 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Above the chart. |
xlLegendPositionRight | -4152 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Right of the chart. |
xlLegendPositionLeft | -4131 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Left of the chart. |
xlLegendPositionBottom | -4107 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Below the chart. |
xlLegendPositionCorner | 2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). In the upper right-hand corner of the chart border. |