Class HeatMapColumnLabel
A class that represents a column-label, intended for use with the RadHeatMap.
Inherited Members
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapColumnLabel : HeatMapLabel
Constructors
HeatMapColumnLabel()
Fields
LabelRotationAngleProperty
Identifies the LabelRotationAngle dependency property.
Declaration
public static readonly DependencyProperty LabelRotationAngleProperty
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
|
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) calls System.Windows.Controls.Control.ApplyTemplate().
Declaration
public override void OnApplyTemplate()