The panel that will layout the HeatMapColumnLabels in a horizontal manner.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class HeatMapColumnLabelsPanel : HeatMapLabelsPanelBase
Inheritance: objectHeatMapLabelsPanelBaseHeatMapColumnLabelsPanel
Constructors
C#
public HeatMapColumnLabelsPanel()
Fields
PositionProperty
DependencyProperty
Identifies the Position dependency property.
C#
public static readonly DependencyProperty PositionProperty
Properties
Gets or sets panel position.
C#
public HeatMapColumnLabelsPanelPosition 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