Class
HeatMapRowLabelsControl

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:

cs-api-definition
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

HeatMapRowLabelsControl()

Initializes a new instance of the HeatMapRowLabelsControl class.

Declaration

cs-api-definition
public HeatMapRowLabelsControl()

Fields

PositionProperty

Identifies the Position dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PositionProperty

Field Value

DependencyProperty

RowsCountProperty

Identifies the RowsCount dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty RowsCountProperty

Field Value

DependencyProperty

Properties

Position

Gets or sets the Position.

Declaration

cs-api-definition
public HeatMapRowLabelsPanelPosition Position { get; set; }

Property Value

HeatMapRowLabelsPanelPosition

RowsCount

Gets or sets the number of rows.

Declaration

cs-api-definition
public int RowsCount { get; set; }

Property Value

int

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.

OnItemsChanged()

Called when the items have changed.

Declaration

cs-api-definition
protected override void OnItemsChanged()

Overrides FastItemsControl<HeatMapRowLabel, HeatMapRowLabelsPanel>.OnItemsChanged()