LegendPositionType
LegendPositionType enumeration
Enumerates the legend position types.
Values
| Name | Value | Description |
|---|---|---|
| Bottom | 0 | Displays the legend to the bottom of the chart’s plot area. |
| Corner | 1 | Displays the legend to the corner of the chart’s plot area. |
| Left | 4 | Displays the legend to the left of the chart’s plot area. |
| NotDocked | 7 | Represents that the legend is not docked. |
| Right | 3 | Displays the legend to the right of the chart’s plot area. |
| Top | 2 | Displays the legend to the top of the chart’s plot area. |