Class
HeatMapRowLabelsPanel

The panel that will layout the HeatMapColumnLabels in a vertical manner.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public sealed class HeatMapRowLabelsPanel : HeatMapLabelsPanelBase

Inheritance: objectHeatMapLabelsPanelBaseHeatMapRowLabelsPanel

Constructors

HeatMapRowLabelsPanel()

Declaration

cs-api-definition
public HeatMapRowLabelsPanel()

Fields

PositionProperty

Identifies the Position dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PositionProperty

Field Value

DependencyProperty

Properties

Position

Gets or sets the position.

Declaration

cs-api-definition
public HeatMapRowLabelsPanelPosition Position { get; set; }

Property Value

HeatMapRowLabelsPanelPosition

Methods

ArrangeOverride(Size)

Overrides the Arrange pass to define a specific behavior for arranging header items.

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize

Size

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.

MeasureOverride(Size)

Overrides the Measure pass to define a specific behavior for measuring.

Declaration

cs-api-definition
protected override Size MeasureOverride(Size availableSize)

Parameters

availableSize

Size

Returns

Size