MsoLegendPosition Enumeration
Specifies the position of the legend on a chart.
| Name | Value | Description |
|---|---|---|
| msoLegendPositionBottom | -4107 | Position the legend at the bottom of the chart. |
| msoLegendPositionCorner | 2 | Position the legend at the the upper right-hand corner of the chart border. |
| msoLegendPositionLeft | -4131 | Position the legend to the left of the chart. |
| msoLegendPositionRight | -4152 | Position the legend to the right of the chart. |
| msoLegendPositionTop | -4160 | Position the legend at the top of the chart. |
| xlLegendPositionCustom | -4161 | Specify a custom placement of the legend. |