Class
HeatMapLabel

A base class for the header labels of the RadHeatMap.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public abstract class HeatMapLabel : Control

Inheritance: objectHeatMapLabel

Derived Classes: HeatMapColumnLabelHeatMapRowLabel

Constructors

HeatMapLabel()

Declaration

cs-api-definition
protected HeatMapLabel()

Fields

AppliedLabelStyleProperty

Identifies the read-only AppliedLabelStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty AppliedLabelStyleProperty

Field Value

DependencyProperty

HoveredLabelStyleProperty

Identifies the HoveredLabelStyleProperty dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HoveredLabelStyleProperty

Field Value

DependencyProperty

IsHoveredProperty

Identifies the IsHovered dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsHoveredProperty

Field Value

DependencyProperty

LabelStyleProperty

Identifies the LabelStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelStyleProperty

Field Value

DependencyProperty

LabelTextProperty

Identifies the LabelText dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelTextProperty

Field Value

DependencyProperty

Properties

AppliedLabelStyle

Gets the style that is actually applied to the label.

Declaration

cs-api-definition
public Style AppliedLabelStyle { get; }

Property Value

Style

Remarks

This property is set internally. The value of this property is the same as the value of the HoveredLabelStyle or the LabelStyle properties, depending on the mouse location, whether or not the mouse is over the row (or column) that the label corresponds to.

HoveredLabelStyle

Gets or sets the style that is applied to the label when the mouse is over the row (or column) that the label corresponds to.

Declaration

cs-api-definition
public Style HoveredLabelStyle { get; set; }

Property Value

Style

IsHovered

Gets or a value indicating whether the mouse is over the row (or column) that the label corresponds to.

Declaration

cs-api-definition
public bool IsHovered { get; set; }

Property Value

bool

LabelStyle

Gets or sets the style that is applied to the label.

Declaration

cs-api-definition
public Style LabelStyle { get; set; }

Property Value

Style

LabelText

Gets or sets the label text.

Declaration

cs-api-definition
public string LabelText { get; set; }

Property Value

string

Methods

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.