Class HeatMapRowHeaderDecorator
A class that is intended to decorate the row-headers section of the Rad
Inheritance
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class HeatMapRowHeaderDecorator : Control
Constructors
HeatMapRowHeaderDecorator()
Declaration
public HeatMapRowHeaderDecorator()
Methods
ArrangeOverride(Size)
Overrides the Arrange pass to define a specific behavior for arranging axis 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.
|
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |