ClassHeatMapColumnHeaderDecorator
Class
A class that is intended to decorate the column-headers section of the RadHeatMap.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class HeatMapColumnHeaderDecorator : Control
Inheritance: objectHeatMapColumnHeaderDecorator
Constructors
HeatMapColumnHeaderDecorator()
Declaration
cs-api-definition
public HeatMapColumnHeaderDecorator()
Methods
ArrangeOverride(Size)
Overrides the Arrange pass to define a specific behavior for arranging axis 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