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

An items control that will layout the HeatMapColumnLabel items in a vertical manner.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public sealed class HeatMapRowLabelsControl : HeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>

Inheritance: objectFastItemsControlBaseFastItemsControl<HeatMapRowLabel, HeatMapRowLabelsPanel>HeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>HeatMapRowLabelsControl

Inherited Members HeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.LabelStylePropertyHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.HoveredLabelStylePropertyHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.LabelHorizontalAlignmentPropertyHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.LabelVerticalAlignmentPropertyHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.LabelClipToBoundsPropertyHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.CellBorderThicknessPropertyHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.LabelStyleHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.HoveredLabelStyleHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.LabelHorizontalAlignmentHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.LabelVerticalAlignmentHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.LabelClipToBoundsHeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>.CellBorderThicknessFastItemsControl<HeatMapRowLabel, HeatMapRowLabelsPanel>.ItemsSourcePropertyFastItemsControl<HeatMapRowLabel, HeatMapRowLabelsPanel>.ItemStylePropertyFastItemsControl<HeatMapRowLabel, HeatMapRowLabelsPanel>.OnApplyTemplate()FastItemsControl<HeatMapRowLabel, HeatMapRowLabelsPanel>.ItemsSourceFastItemsControl<HeatMapRowLabel, HeatMapRowLabelsPanel>.ItemStyleFastItemsControlBase.OnApplyTemplate()...

Constructors

Initializes a new instance of the HeatMapRowLabelsControl class.

C#
public HeatMapRowLabelsControl()

Fields

PositionProperty

DependencyProperty

Identifies the Position dependency property.

C#
public static readonly DependencyProperty PositionProperty

RowsCountProperty

DependencyProperty

Identifies the RowsCount dependency property.

C#
public static readonly DependencyProperty RowsCountProperty

Properties

Gets or sets the Position.

C#
public HeatMapRowLabelsPanelPosition Position { get; set; }

Gets or sets the number of rows.

C#
public int RowsCount { get; set; }

Methods

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

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The type-specific AutomationPeer implementation.

Called when the items have changed.

C#
protected override void OnItemsChanged()

Overrides: FastItemsControl<HeatMapRowLabel, HeatMapRowLabelsPanel>.OnItemsChanged()