[]
Specifies the position of data label relative to the corresponding plot element.
public enum LabelAlignment
Name | Description |
---|---|
Auto | Automatic label position. |
BottomCenter | Bottom center position. |
BottomLeft | Bottom left position. |
BottomRight | Bottom right position. |
MiddleCenter | Middle center position. |
MiddleLeft | Middle left position. |
MiddleRight | Middle right position. |
TopCenter | Top center position. |
TopLeft | Top left position. |
TopRight | Top right position. |