XlLegendPosition Enumeration
Specifies the position of the legend on a chart.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
<GuidAttribute("04D217CD-1859-4786-B583-07BA2092A552")> _
Public Enumeration XlLegendPosition
'Usage
Dim instance As XlLegendPosition
[GuidAttribute("04D217CD-1859-4786-B583-07BA2092A552")]
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. |