New to Telerik UI for WPFStart a free 30-day trial

A base class for the row-header and column-header settings of the RadHeatMap.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class HeatMapHeaderSettings : InheritanceContextPropagator

Inheritance: objectInheritanceContextPropagatorHeatMapHeaderSettings

Derived Classes: HeatMapColumnHeaderSettingsHeatMapRowHeaderSettings

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

C#
protected HeatMapHeaderSettings()

Fields

HoveredLabelStyleProperty

DependencyProperty

Identifies the HoveredLabelStyle dependency property.

C#
public static readonly DependencyProperty HoveredLabelStyleProperty

LabelClipToBoundsProperty

DependencyProperty

Identifies the LabelClipToBounds dependency property.

C#
public static readonly DependencyProperty LabelClipToBoundsProperty

LabelFormatProperty

DependencyProperty

Identifies the LabelFormat dependency property.

C#
public static readonly DependencyProperty LabelFormatProperty

Identifies the LabelHorizontalAlignment dependency property.

C#
public static readonly DependencyProperty LabelHorizontalAlignmentProperty

LabelIntervalProperty

DependencyProperty

Identifies the LabelInterval dependency property.

C#
public static readonly DependencyProperty LabelIntervalProperty

LabelStyleProperty

DependencyProperty

Identifies the LabelStyle dependency property.

C#
public static readonly DependencyProperty LabelStyleProperty

Identifies the LabelVerticalAlignment dependency property.

C#
public static readonly DependencyProperty LabelVerticalAlignmentProperty

Properties

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

C#
public Style HoveredLabelStyle { get; set; }

Gets or sets a value indicating whether to clip the labels in the control. A label is clipped only if the desired size of the label is larger than the allotted space for this label.

C#
public bool LabelClipToBounds { get; set; }

Gets or sets the label format string.

C#
public string LabelFormat { get; set; }

LabelHorizontalAlignment

HorizontalAlignment

Gets or sets the value that is applied to the HorizontalAlignment property of the labels.

C#
public HorizontalAlignment LabelHorizontalAlignment { get; set; }

Specifies the value indicating that only one out of N header labels should be visible where N is the value of the property.

C#
public int LabelInterval { get; set; }

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

C#
public Style LabelStyle { get; set; }

LabelVerticalAlignment

VerticalAlignment

Gets or sets the value that is applied to the VerticalAlignment property of the labels.

C#
public VerticalAlignment LabelVerticalAlignment { get; set; }