Enum
LegendAlignment

Specifies the alignment of the legend relative to the RadHeatMap layout rectangle.

Definition

Namespace:Telerik.WinControls.UI.HeatMap

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
[Flags]
public enum LegendAlignment

Fields

Center

Specifies that text is aligned in the center of the layout rectangle.

Declaration

cs-api-definition
Center = 1

Field Value

LegendAlignment

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.

Declaration

cs-api-definition
Far = 2

Field Value

LegendAlignment

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.

Declaration

cs-api-definition
Near = 0

Field Value

LegendAlignment

In this article
DefinitionFieldsCenterFarNear
Not finding the help you need?
Contact Support