Class HeatMapColumnHeaderSettings
A class used to set up the column-headers of the RadHeatMap.
Inherited Members
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapColumnHeaderSettings : HeatMapHeaderSettings
Constructors
HeatMapColumnHeaderSettings()
Initializes a new instance of the HeatMapColumnHeaderSettings class.
Declaration
public HeatMapColumnHeaderSettings()
Fields
LabelRotationAngleProperty
Identifies the LabelRotationAngle dependency property.
Declaration
public static readonly DependencyProperty LabelRotationAngleProperty
Field Value
System.Windows.DependencyProperty
|
LabelsPanelPositionProperty
Identifies the LabelsPanelPosition dependency property.
Declaration
public static readonly DependencyProperty LabelsPanelPositionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LabelRotationAngle
Gets or sets the rotation angle applied to the label.
Declaration
public double LabelRotationAngle { get; set; }
Property Value
System.Double
|
LabelsPanelPosition
Gets or sets the position of the labels panel.
Declaration
public HeatMapColumnLabelsPanelPosition LabelsPanelPosition { get; set; }
Property Value
HeatMapColumnLabelsPanelPosition
|