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()
Declaration
public 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()
OnInitialized(EventArgs)
Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
The System.Windows.RoutedEventArgs that contains the event data. |