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:
public sealed class HeatMapRowLabelsControl : HeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>
Inheritance: objectFastItemsControlBaseFastItemsControl<HeatMapRowLabel, HeatMapRowLabelsPanel>HeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>HeatMapRowLabelsControl
Inherited Members
Constructors
Initializes a new instance of the HeatMapRowLabelsControl class.
public HeatMapRowLabelsControl()
Fields
PositionProperty
DependencyProperty
Identifies the Position dependency property.
public static readonly DependencyProperty PositionProperty
RowsCountProperty
DependencyProperty
Identifies the RowsCount dependency property.
public static readonly DependencyProperty RowsCountProperty
Properties
Gets or sets the Position.
public HeatMapRowLabelsPanelPosition Position { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Called when the items have changed.
protected override void OnItemsChanged()
Overrides: