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