Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |