Enum LineSide
Determines to which side of a Label element the line contecting it with its data point will be drawn.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.dll
Syntax
public enum LineSide
Bottom
Draws the line to the bottom of the label element.
Left
Draws the line to the left side of the label element.
Right
Draws the line to the right side of the label element.
Top
Draws the line to the top side of the label element.