XlLegendPosition Enumeration

Specifies the position of the legend on a chart.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("DB4B1313-F371-453B-9ECA-9C9495FC23AD")> _
Public Enumeration XlLegendPosition
'Usage
Dim instance As XlLegendPosition
[GuidAttribute("DB4B1313-F371-453B-9ECA-9C9495FC23AD")]
public enum XlLegendPosition

Members

Member name Description
xlLegendPositionBottom Below the chart.
xlLegendPositionCorner In the upper-right corner of the chart border.
xlLegendPositionLeft Left of the chart.
xlLegendPositionRight Right of the chart.
xlLegendPositionTop Above the chart.
xlLegendPositionCustom A custom position.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace