LabelLayoutMode
Enum
Determines where to place Label on top of the element or between two of them.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum LabelLayoutMode
Fields
Label is placed between two elements.
C#
Between = 0
Label is placed on top of the element.
C#
Center = 1