New to Telerik UI for WPFStart a free 30-day trial

A class used to set up the column-headers of the RadHeatMap.

Definition

Constructors

Initializes a new instance of the HeatMapColumnHeaderSettings class.

C#
public HeatMapColumnHeaderSettings()

Fields

LabelRotationAngleProperty

DependencyProperty

Identifies the LabelRotationAngle dependency property.

C#
public static readonly DependencyProperty LabelRotationAngleProperty

LabelsPanelPositionProperty

DependencyProperty

Identifies the LabelsPanelPosition dependency property.

C#
public static readonly DependencyProperty LabelsPanelPositionProperty

Properties

Gets or sets the rotation angle applied to the label.

C#
public double LabelRotationAngle { get; set; }

Gets or sets the position of the labels panel.

C#
public HeatMapColumnLabelsPanelPosition LabelsPanelPosition { get; set; }