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

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public enum LabelAlignment
Visual Basic
Public Enumeration LabelAlignment

Members

Member nameDescription
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.

See Also