Class HeatMapRowLabelsControl
An items control that will layout the HeatMapColumnLabel items in a vertical manner.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapRowLabelsControl : HeatMapLabelsControlBase<HeatMapRowLabel, HeatMapRowLabelsPanel>
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
System.Windows.DependencyProperty
|
RowsCountProperty
Identifies the RowsCount dependency property.
Declaration
public static readonly DependencyProperty RowsCountProperty
Field Value
System.Windows.DependencyProperty
|
Properties
Position
Gets or sets the Position.
Declaration
public HeatMapRowLabelsPanelPosition Position { get; set; }
Property Value
HeatMapRowLabelsPanelPosition
|
RowsCount
Gets or sets the number of rows.
Declaration
public int RowsCount { get; set; }
Property Value
System.Int32
|
Methods
OnItemsChanged()
Called when the items have changed.
Declaration
protected override void OnItemsChanged()