Class
HeatMapColumnLabelsControl

An items control that will layout the HeatMapColumnLabel items in a horizontal manner.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class HeatMapColumnLabelsControl : HeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>

Inheritance: objectFastItemsControlBaseFastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>HeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>HeatMapColumnLabelsControl

Inherited Members HeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.LabelStylePropertyHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.HoveredLabelStylePropertyHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.LabelHorizontalAlignmentPropertyHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.LabelVerticalAlignmentPropertyHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.LabelClipToBoundsPropertyHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.CellBorderThicknessPropertyHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.LabelStyleHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.HoveredLabelStyleHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.LabelHorizontalAlignmentHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.LabelVerticalAlignmentHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.LabelClipToBoundsHeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.CellBorderThicknessFastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.ItemsSourcePropertyFastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.ItemStylePropertyFastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.OnApplyTemplate()FastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.OnItemsChanged()FastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.OnItemAdded(HeatMapColumnLabel, object)FastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.OnItemRemoved(HeatMapColumnLabel, object)FastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.ItemsSourceFastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.ItemStyleFastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.ChildrenFastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.HostPanelFastItemsControlBase.OnApplyTemplate()FastItemsControlBase.OnInitialized(EventArgs)FastItemsControlBase.ControlRoot

Constructors

HeatMapColumnLabelsControl()

Initializes a new instance of the HeatMapColumnLabelsControl class.

Declaration

cs-api-definition
public HeatMapColumnLabelsControl()

Fields

ColumnsCountProperty

Identifies the ColumnsCount dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColumnsCountProperty

Field Value

DependencyProperty

LabelRotationAngleProperty

Identifies the LabelRotationAngle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelRotationAngleProperty

Field Value

DependencyProperty

PositionProperty

Identifies the Position dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PositionProperty

Field Value

DependencyProperty

Properties

ColumnsCount

Gets or sets the columns count.

Declaration

cs-api-definition
public int ColumnsCount { get; set; }

Property Value

int

LabelRotationAngle

Gets or sets the rotation angle applied to the label.

Declaration

cs-api-definition
public double LabelRotationAngle { get; set; }

Property Value

double

Position

Gets or sets the position.

Declaration

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

Property Value

HeatMapColumnLabelsPanelPosition

Methods

OnCreateAutomationPeer()

Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

The type-specific AutomationPeer implementation.

OnItemsChanged()

Called when the items have changed.

Declaration

cs-api-definition
protected override void OnItemsChanged()

Overrides FastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>.OnItemsChanged()