Class HeatMapColumnLabelsControl
An items control that will layout the HeatMapColumnLabel items in a horizontal manner.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class HeatMapColumnLabelsControl : HeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>
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
System.Windows.DependencyProperty
|
LabelRotationAngleProperty
Identifies the LabelRotationAngle dependency property.
Declaration
public static readonly DependencyProperty LabelRotationAngleProperty
Field Value
System.Windows.DependencyProperty
|
PositionProperty
Identifies the Position dependency property.
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
ColumnsCount
Gets or sets the columns count.
Declaration
public int ColumnsCount { get; set; }
Property Value
System.Int32
|
LabelRotationAngle
Gets or sets the rotation angle applied to the label.
Declaration
public double LabelRotationAngle { get; set; }
Property Value
System.Double
|
Position
Gets or sets the position.
Declaration
public HeatMapColumnLabelsPanelPosition Position { get; set; }
Property Value
HeatMapColumnLabelsPanelPosition
|
Methods
OnCreateAutomationPeer()
Returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The type-specific System.Windows.Automation.Peers.AutomationPeer implementation. |
OnItemsChanged()
Called when the items have changed.
Declaration
protected override void OnItemsChanged()