Class
HeatMapColumnLabel

A class that represents a column-label, intended for use with the RadHeatMap.

Definition

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.

Declaration

cs-api-definition
public double LabelRotationAngle { get; set; }

Property Value

double

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

EventArgs

The RoutedEventArgs that contains the event data.