Enum LegendAlignment
Specifies the alignment of the legend relative to the RadHeatMap layout rectangle.
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
[Flags]
public enum LegendAlignment
Center
Specifies that text is aligned in the center of the layout rectangle.
Far
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.
Near
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.