Class HeatMapColumnLabelsControl
Inheritance
System.Object
HeatMapColumnLabelsControl
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class HeatMapColumnLabelsControl : HeatMapLabelsControlBase<HeatMapColumnLabel, HeatMapColumnLabelsPanel>
Constructors
HeatMapColumnLabelsControl()
Declaration
public HeatMapColumnLabelsControl()
Fields
ColumnsCountProperty
Declaration
public static readonly DependencyProperty ColumnsCountProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
LabelRotationAngleProperty
Declaration
public static readonly DependencyProperty LabelRotationAngleProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
PositionProperty
Declaration
public static readonly DependencyProperty PositionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
ColumnsCount
Declaration
public int ColumnsCount { get; set; }
Property Value
|
System.Int32
|
LabelRotationAngle
Declaration
public double LabelRotationAngle { get; set; }
Property Value
|
System.Double
|
Position
Declaration
public HeatMapColumnLabelsPanelPosition Position { get; set; }
Property Value
|
HeatMapColumnLabelsPanelPosition
|
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Overrides
OnItemsChanged()
Declaration
protected override void OnItemsChanged()
Overrides
Telerik.UI.Xaml.Controls.DataVisualization.FastItemsControl<Telerik.UI.Xaml.Controls.DataVisualization.HeatMapColumnLabel, Telerik.UI.Xaml.Controls.DataVisualization.HeatMapColumnLabelsPanel>.OnItemsChanged()