XlLegendPosition Enumeration

Specifies the position of the legend on a chart.

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

Syntax

'Declaration
Public Enumeration XlLegendPosition
'Usage
Dim instance As XlLegendPosition
public enum XlLegendPosition

Members

Member name Description
xlLegendPositionBottom Below the chart.
xlLegendPositionCorner In the upper right-hand 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.Word Namespace