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
TopLeft
Label is placed on top (horizontal legend) or to the left (vertical legend) of the element.
Declaration
public const LabelLocationMode TopLeft
Field Value
value__
Declaration
public int value__
Field Value
System.
|