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