Class LabelLocationMode
Determines whether label is over or under the element.
Inheritance
System.Object
LabelLocationMode
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class LabelLocationMode : Enum
Fields
BottomRight
Label is placed below (horizontal legend) or to the right (vertical legend) of the element.
Declaration
public const LabelLocationMode BottomRight
Field Value
LabelLocationMode
|
TopLeft
Label is placed on top (horizontal legend) or to the left (vertical legend) of the element.
Declaration
public const LabelLocationMode TopLeft
Field Value
LabelLocationMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|