ClassHeatMapHeaderSettings
A base class for the row-header and column-header settings of the RadHeatMap.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public abstract class HeatMapHeaderSettings : InheritanceContextPropagator
Inheritance: objectInheritanceContextPropagatorHeatMapHeaderSettings
Derived Classes:
Inherited Members
Constructors
HeatMapHeaderSettings()
Declaration
protected HeatMapHeaderSettings()
Fields
HoveredLabelStyleProperty
Identifies the HoveredLabelStyle dependency property.
Declaration
public static readonly DependencyProperty HoveredLabelStyleProperty
Field Value
DependencyProperty
LabelClipToBoundsProperty
Identifies the LabelClipToBounds dependency property.
Declaration
public static readonly DependencyProperty LabelClipToBoundsProperty
Field Value
DependencyProperty
LabelFormatProperty
Identifies the LabelFormat dependency property.
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
DependencyProperty
LabelHorizontalAlignmentProperty
Identifies the LabelHorizontalAlignment dependency property.
Declaration
public static readonly DependencyProperty LabelHorizontalAlignmentProperty
Field Value
DependencyProperty
LabelIntervalProperty
Identifies the LabelInterval dependency property.
Declaration
public static readonly DependencyProperty LabelIntervalProperty
Field Value
DependencyProperty
LabelStyleProperty
Identifies the LabelStyle dependency property.
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
DependencyProperty
LabelVerticalAlignmentProperty
Identifies the LabelVerticalAlignment dependency property.
Declaration
public static readonly DependencyProperty LabelVerticalAlignmentProperty
Field Value
DependencyProperty
Properties
HoveredLabelStyle
Gets or sets the style that is applied to the label of the row (or column) that the mouse is over.
Declaration
public Style HoveredLabelStyle { get; set; }
Property Value
Style
LabelClipToBounds
Gets or sets a value indicating whether to clip the labels in the control. A label is clipped only if the desired size of the label is larger than the allotted space for this label.
LabelFormat
Gets or sets the label format string.
LabelHorizontalAlignment
Gets or sets the value that is applied to the HorizontalAlignment property of the labels.
Declaration
public HorizontalAlignment LabelHorizontalAlignment { get; set; }
Property Value
HorizontalAlignment
LabelInterval
Specifies the value indicating that only one out of N header labels should be visible where N is the value of the property.
LabelStyle
Gets or sets the style that is applied to the labels.
Declaration
public Style LabelStyle { get; set; }
Property Value
Style
LabelVerticalAlignment
Gets or sets the value that is applied to the VerticalAlignment property of the labels.
Declaration
public VerticalAlignment LabelVerticalAlignment { get; set; }
Property Value
VerticalAlignment