Class HeatMapRowLabelsPanel
The panel that will layout the Heat
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapRowLabelsPanel : HeatMapLabelsPanelBase
Constructors
HeatMapRowLabelsPanel()
Declaration
public HeatMapRowLabelsPanel()
Fields
PositionProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
System.
|
Properties
Position
Gets or sets the position.
Declaration
public HeatMapRowLabelsPanelPosition Position { get; set; }
Property Value
Methods
ArrangeOverride(Size)
Overrides the Arrange pass to define a specific behavior for arranging header items.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System. The final area within the parent that the panel should use to arrange itself and its children. |
Returns
System. The actual size that is used after the element is arranged in layout. |
MeasureOverride(Size)
Overrides the Measure pass to define a specific behavior for measuring.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System.
|