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)
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 | To the left of the chart. | |
xlLegendPositionRight | To the right of the chart. | |
xlLegendPositionTop | Above the chart. | |
xlLegendPositionCustom | A custom position. |