Enum
LabelPosition

Specifies the display position of the label inside a RadDataBar.

Definition

Namespace:Telerik.Windows.Controls.DataBars

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum LabelPosition

Fields

EndOfBarInside

Place the label inside at the end of the bar.

Declaration

cs-api-definition
EndOfBarInside = 3

Field Value

LabelPosition

EndOfBarOutside

Place the label outside at the end of the bar.

Declaration

cs-api-definition
EndOfBarOutside = 2

Field Value

LabelPosition

Left

Place the label to the left.

Declaration

cs-api-definition
Left = 0

Field Value

LabelPosition

Right

Place the label to the Right.

Declaration

cs-api-definition
Right = 1

Field Value

LabelPosition