Class HeatMapRowLabelsControl
An items control that will layout the Heat
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 Heat
Declaration
public HeatMapRowLabelsControl()
Fields
PositionProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
System.
|
RowsCountProperty
Identifies the Rows
Declaration
public static readonly DependencyProperty RowsCountProperty
Field Value
System.
|
Properties
Position
Gets or sets the Position.
Declaration
public HeatMapRowLabelsPanelPosition Position { get; set; }
Property Value
RowsCount
Gets or sets the number of rows.
Declaration
public int RowsCount { get; set; }
Property Value
System.
|
Methods
OnCreateAutomationPeer()
Returns class-specific System.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System. The type-specific System. |
OnItemsChanged()
Called when the items have changed.
Declaration
protected override void OnItemsChanged()