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
protected HeatMapHeaderSettings()
Fields
HoveredLabelStyleProperty
DependencyProperty
Identifies the HoveredLabelStyle dependency property.
public static readonly DependencyProperty HoveredLabelStyleProperty
LabelClipToBoundsProperty
DependencyProperty
Identifies the LabelClipToBounds dependency property.
public static readonly DependencyProperty LabelClipToBoundsProperty
LabelFormatProperty
DependencyProperty
Identifies the LabelFormat dependency property.
public static readonly DependencyProperty LabelFormatProperty
LabelHorizontalAlignmentProperty
DependencyProperty
Identifies the LabelHorizontalAlignment dependency property.
public static readonly DependencyProperty LabelHorizontalAlignmentProperty
LabelIntervalProperty
DependencyProperty
Identifies the LabelInterval dependency property.
public static readonly DependencyProperty LabelIntervalProperty
LabelStyleProperty
DependencyProperty
Identifies the LabelStyle dependency property.
public static readonly DependencyProperty LabelStyleProperty
LabelVerticalAlignmentProperty
DependencyProperty
Identifies the LabelVerticalAlignment dependency property.
public static readonly DependencyProperty LabelVerticalAlignmentProperty
Properties
HoveredLabelStyle
Style
Gets or sets the style that is applied to the label of the row (or column) that the mouse is over.
public Style HoveredLabelStyle { get; set; }
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.
public bool LabelClipToBounds { get; set; }
Gets or sets the label format string.
public string LabelFormat { get; set; }
LabelHorizontalAlignment
HorizontalAlignment
Gets or sets the value that is applied to the HorizontalAlignment property of the labels.
public HorizontalAlignment LabelHorizontalAlignment { get; set; }
Specifies the value indicating that only one out of N header labels should be visible where N is the value of the property.
public int LabelInterval { get; set; }
LabelStyle
Style
Gets or sets the style that is applied to the labels.
public Style LabelStyle { get; set; }
LabelVerticalAlignment
VerticalAlignment
Gets or sets the value that is applied to the VerticalAlignment property of the labels.
public VerticalAlignment LabelVerticalAlignment { get; set; }