LabelPosition
Enum
Specifies the display position of the label inside a RadDataBar.
Definition
Namespace:Telerik.Windows.Controls.DataBars
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum LabelPosition
Fields
Place the label inside at the end of the bar.
C#
EndOfBarInside = 3
Place the label outside at the end of the bar.
C#
EndOfBarOutside = 2
Place the label to the left.
C#
Left = 0
Place the label to the Right.
C#
Right = 1