Class LabelPosition
Specifies the display position of the label inside a Rad
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
EndOfBarOutside
Place the label outside at the end of the bar.
Declaration
public const LabelPosition EndOfBarOutside
Field Value
Left
Right
Place the label to the Right.
Declaration
public const LabelPosition Right
Field Value
value__
Declaration
public int value__
Field Value
System.
|