LegendAlignment
Enum
Specifies the alignment of the legend relative to the RadHeatMap layout rectangle.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
[Flags]
public enum LegendAlignment
Fields
Specifies that text is aligned in the center of the layout rectangle.
C#
Center = 1
Specifies that text is aligned far from the origin position of the layout rectangle. In a horizontal layout, the far position is right. In a vertical layout, the far position is bottom.
C#
Far = 2
Specifies the text be aligned near the layout. In a horizontal layout, the near position is left. In a vertical layout, the near position is top.
C#
Near = 0