XlLegendPosition Enum

Definition

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

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.

xlLegendPositionCustom -4161

You should access and use this enumeration from the Excel primary interop assembly (PIA). A custom position.

xlLegendPositionLeft -4131

You should access and use this enumeration from the Excel primary interop assembly (PIA). Left of the chart.

xlLegendPositionRight -4152

You should access and use this enumeration from the Excel primary interop assembly (PIA). Right of the chart.

xlLegendPositionTop -4160

You should access and use this enumeration from the Excel primary interop assembly (PIA). Above the chart.

Applies to