XlLegendPosition Enumeration 

Specifies the position of the legend on a chart.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Dim xlLegendPosition1 As XlLegendPosition = XlLegendPosition.xlLegendPositionBottom

Syntax

Public Enum XlLegendPosition
public enum XlLegendPosition
public enum class XlLegendPosition
public enum XlLegendPosition
public enum XlLegendPosition

Members

Member name Description
xlLegendPositionBottom Below the chart.
xlLegendPositionCorner In the upper right-hand corner of the chart border.
xlLegendPositionLeft To the left of the chart.
xlLegendPositionRight To the right of the chart.
xlLegendPositionTop Above the chart.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace