A class used to set up the column-headers of the RadHeatMap.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public sealed class HeatMapColumnHeaderSettings : HeatMapHeaderSettings
Inheritance: objectInheritanceContextPropagatorHeatMapHeaderSettingsHeatMapColumnHeaderSettings
Inherited Members
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; }