[]
Specifies the legend position enumeration.
public enum LegendPosition
| Name | Description |
|---|---|
| BottomCenter | The bottom center legend position. |
| BottomLeft | The bottom left legend position. |
| BottomRight | The bottom right legend position. |
| LeftBottom | The left bottom legend position. |
| LeftCenter | The left center legend position. |
| LeftTop | The left top legend position. |
| RightBottom | The right bottom legend position. |
| RightCenter | The right center legend position. |
| RightTop | The right top legend position. |
| TopCenter | The top center legend position. |
| TopLeft | The top left legend position. |
| TopRight | The top right legend position. |