ClassHeatMapColumnLabel
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:
cs-api-definition
public sealed class HeatMapColumnLabel : HeatMapLabel
Inheritance: objectHeatMapLabelHeatMapColumnLabel
Inherited Members
Constructors
HeatMapColumnLabel()
Declaration
cs-api-definition
public HeatMapColumnLabel()
Fields
LabelRotationAngleProperty
Identifies the LabelRotationAngle dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty LabelRotationAngleProperty
Field Value
DependencyProperty
Properties
LabelRotationAngle
Gets or sets the rotation angle applied to the label.
Methods
OnApplyTemplate()
Invoked whenever application code or internal processes (such as a rebuilding layout pass) calls System.Windows.Controls.Control.ApplyTemplate().
Declaration
cs-api-definition
public override void OnApplyTemplate()
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.