Determines whether label is over or under the element.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum LabelLocationMode
Fields
Label is placed below (horizontal legend) or to the right (vertical legend) of the element.
C#
BottomRight = 1
Label is placed on top (horizontal legend) or to the left (vertical legend) of the element.
C#
TopLeft = 0