[]
Specifies the position of a data label.
public enum Position
| Name | Description |
|---|---|
| Auto | Indicates that the data label position is automatically determined. |
| Bottom | Indicates that the data label is at the bottom. |
| BottomLeft | Indicates that the data label is at the bottom left. |
| BottomRight | Indicates that the data label is at the bottom right. |
| Center | Indicates that the data label is at the center. |
| Left | Indicates that the data label is at the left. |
| Right | Indicates that the data label is at the right. |
| Top | Indicates that the data label is at the top. |
| TopLeft | Indicates that the data label is at the top left. |
| TopRight | Indicates that the data label is at the top right. |