New to Telerik UI for WPFStart a free 30-day trial

A class that is intended to decorate the row-headers section of the RadHeatMap.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class HeatMapRowHeaderDecorator : Control

Inheritance: objectHeatMapRowHeaderDecorator

Constructors

C#
public HeatMapRowHeaderDecorator()

Methods

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

C#
protected override Size ArrangeOverride(Size finalSize)
Parameters:finalSizeSize

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)
Parameters:availableSizeSizeReturns:

Size

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.