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