Specifies the position of data label relative to the corresponding plot element.

Namespace:  C1.Phone.Chart
Assembly:  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 nameValueDescription
Auto0 Automatic label position.
BottomCenter1 Bottom center position.
BottomLeft2 Bottom left position.
BottomRight3 Bottom right position.
MiddleCenter4 Middle center position.
MiddleLeft5 Middle left position.
MiddleRight6 Middle right position.
TopCenter7 Top center position.
TopLeft8 Top left position.
TopRight9 Top right position.

See Also