HeatMapColumnLabel
Class
A class that represents a column-label, intended for use with the RadHeatMap.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public sealed class HeatMapColumnLabel : HeatMapLabel
Inheritance: objectHeatMapLabelHeatMapColumnLabel
Inherited Members
Constructors
C#
public HeatMapColumnLabel()
Fields
LabelRotationAngleProperty
DependencyProperty
Identifies the LabelRotationAngle dependency property.
C#
public static readonly DependencyProperty LabelRotationAngleProperty
Properties
Gets or sets the rotation angle applied to the label.
C#
public double LabelRotationAngle { get; set; }
Methods
Invoked whenever application code or internal processes (such as a rebuilding layout pass) calls System.Windows.Controls.Control.ApplyTemplate().
C#
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.