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:
C#
public sealed class HeatMapRowHeaderSettings : HeatMapHeaderSettings
Inheritance: objectInheritanceContextPropagatorHeatMapHeaderSettingsHeatMapRowHeaderSettings
Inherited Members
Constructors
Initializes a new instance of the HeatMapRowHeaderSettings class.
C#
public HeatMapRowHeaderSettings()
Fields
LabelsPanelPositionProperty
DependencyProperty
Identifies the LabelsPanelPosition dependency property.
C#
public static readonly DependencyProperty LabelsPanelPositionProperty
Properties
Gets or sets the labels panel position.
C#
public HeatMapRowLabelsPanelPosition LabelsPanelPosition { get; set; }