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