Class LabelPosition
Specifies the display position of the label inside a RadDataBar.
Inheritance
System.Object
LabelPosition
Namespace: Telerik.Windows.Controls.DataBars
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class LabelPosition : Enum
Fields
EndOfBarInside
Place the label inside at the end of the bar.
Declaration
public const LabelPosition EndOfBarInside
Field Value
LabelPosition
|
EndOfBarOutside
Place the label outside at the end of the bar.
Declaration
public const LabelPosition EndOfBarOutside
Field Value
LabelPosition
|
Left
Right
Place the label to the Right.
Declaration
public const LabelPosition Right
Field Value
LabelPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|