[]
Specifies the position of chart element on the chart.
public enum Position
| Name | Description |
|---|---|
| Auto | The element is positioned automatically. |
| Bottom | The item appears below. |
| BottomLeft | The element is at the bottom left aligned. |
| BottomRight | The element is at the bottom right aligned. |
| Left | The element appears to the left. |
| LeftBottom | The element is at the left bottom aligned. |
| LeftTop | The element is at the left top aligned. |
| None | The element is not visible. |
| Right | The element appears to the right. |
| RightBottom | The element is at the right bottom aligned. |
| RightTop | The element is at the right top aligned. |
| Top | The item appears above. |
| TopLeft | The element is at the top left aligned. |
| TopRight | The element is at the top right aligned. |