ClassHeatMapColumnHeaderSettings
Class
A class used to set up the column-headers of the RadHeatMap.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
cs-api-definition
public sealed class HeatMapColumnHeaderSettings : HeatMapHeaderSettings
Inheritance: objectInheritanceContextPropagatorHeatMapHeaderSettingsHeatMapColumnHeaderSettings
Inherited Members
Constructors
HeatMapColumnHeaderSettings()
Initializes a new instance of the HeatMapColumnHeaderSettings class.
Declaration
cs-api-definition
public HeatMapColumnHeaderSettings()
Fields
LabelRotationAngleProperty
Identifies the LabelRotationAngle dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty LabelRotationAngleProperty
Field Value
DependencyProperty
LabelsPanelPositionProperty
Identifies the LabelsPanelPosition dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty LabelsPanelPositionProperty
Field Value
DependencyProperty
Properties
LabelRotationAngle
Gets or sets the rotation angle applied to the label.
LabelsPanelPosition
Gets or sets the position of the labels panel.
Declaration
cs-api-definition
public HeatMapColumnLabelsPanelPosition LabelsPanelPosition { get; set; }
Property Value