Class HeatMapRowHeaderSettings
A class used to set up the column-headers of the RadHeatMap.
Inherited Members
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapRowHeaderSettings : HeatMapHeaderSettings
Constructors
HeatMapRowHeaderSettings()
Initializes a new instance of the HeatMapRowHeaderSettings class.
Declaration
public HeatMapRowHeaderSettings()
Fields
LabelsPanelPositionProperty
Identifies the LabelsPanelPosition dependency property.
Declaration
public static readonly DependencyProperty LabelsPanelPositionProperty
Field Value
System.Windows.DependencyProperty
|
Properties
LabelsPanelPosition
Gets or sets the labels panel position.
Declaration
public HeatMapRowLabelsPanelPosition LabelsPanelPosition { get; set; }
Property Value
HeatMapRowLabelsPanelPosition
|