Class
HeatMapColumnHeaderSettings

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 HeatMapHeaderSettings.LabelStylePropertyHeatMapHeaderSettings.HoveredLabelStylePropertyHeatMapHeaderSettings.LabelHorizontalAlignmentPropertyHeatMapHeaderSettings.LabelVerticalAlignmentPropertyHeatMapHeaderSettings.LabelFormatPropertyHeatMapHeaderSettings.LabelClipToBoundsPropertyHeatMapHeaderSettings.LabelIntervalPropertyHeatMapHeaderSettings.LabelStyleHeatMapHeaderSettings.HoveredLabelStyleHeatMapHeaderSettings.LabelHorizontalAlignmentHeatMapHeaderSettings.LabelVerticalAlignmentHeatMapHeaderSettings.LabelFormatHeatMapHeaderSettings.LabelClipToBoundsHeatMapHeaderSettings.LabelInterval

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.

Declaration

cs-api-definition
public double LabelRotationAngle { get; set; }

Property Value

double

LabelsPanelPosition

Gets or sets the position of the labels panel.

Declaration

cs-api-definition
public HeatMapColumnLabelsPanelPosition LabelsPanelPosition { get; set; }

Property Value

HeatMapColumnLabelsPanelPosition