Specifies the position of data label relative to the corresponding plot element.
Namespace:
C1.Phone.ChartAssembly: C1.Phone.Chart (in C1.Phone.Chart.dll)
Syntax
| C# |
|---|
public enum LabelAlignment |
| Visual Basic |
|---|
Public Enumeration LabelAlignment |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Auto | 0 | Automatic label position. | |
| BottomCenter | 1 | Bottom center position. | |
| BottomLeft | 2 | Bottom left position. | |
| BottomRight | 3 | Bottom right position. | |
| MiddleCenter | 4 | Middle center position. | |
| MiddleLeft | 5 | Middle left position. | |
| MiddleRight | 6 | Middle right position. | |
| TopCenter | 7 | Top center position. | |
| TopLeft | 8 | Top left position. | |
| TopRight | 9 | Top right position. |