ClassHeatMapRowHeaderSettings
Class
A class used to set up the column-headers of the RadHeatMap.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public sealed class HeatMapRowHeaderSettings : HeatMapHeaderSettings
Inheritance: objectHeatMapHeaderSettingsHeatMapRowHeaderSettings
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