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:
public class HeatMapColumnLabelsControl : HeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>
Inheritance: objectFastItemsControlBaseFastItemsControl<HeatMapColumnLabel, HeatMapColumnLabelsPanel>HeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>HeatMapColumnLabelsControl
Inherited Members
Constructors
Initializes a new instance of the HeatMapColumnLabelsControl class.
public HeatMapColumnLabelsControl()
Fields
ColumnsCountProperty
DependencyProperty
Identifies the ColumnsCount dependency property.
public static readonly DependencyProperty ColumnsCountProperty
LabelRotationAngleProperty
DependencyProperty
Identifies the LabelRotationAngle dependency property.
public static readonly DependencyProperty LabelRotationAngleProperty
PositionProperty
DependencyProperty
Identifies the Position dependency property.
public static readonly DependencyProperty PositionProperty
Properties
Gets or sets the columns count.
public int ColumnsCount { get; set; }
Gets or sets the rotation angle applied to the label.
public double LabelRotationAngle { get; set; }
Gets or sets the position.
public HeatMapColumnLabelsPanelPosition Position { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
Called when the items have changed.
protected override void OnItemsChanged()
Overrides: