Class HeatMapHeaderSettings
A base class for the row-header and column-header settings of the RadHeatMap.
Inheritance
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class HeatMapHeaderSettings : DependencyObject
Constructors
HeatMapHeaderSettings()
Declaration
protected HeatMapHeaderSettings()
Fields
HoveredLabelStyleProperty
Identifies the HoveredLabelStyle dependency property.
Declaration
public static readonly DependencyProperty HoveredLabelStyleProperty
Field Value
System.Windows.DependencyProperty
|
LabelClipToBoundsProperty
Identifies the LabelClipToBounds dependency property.
Declaration
public static readonly DependencyProperty LabelClipToBoundsProperty
Field Value
System.Windows.DependencyProperty
|
LabelFormatProperty
Identifies the LabelFormat dependency property.
Declaration
public static readonly DependencyProperty LabelFormatProperty
Field Value
System.Windows.DependencyProperty
|
LabelHorizontalAlignmentProperty
Identifies the LabelHorizontalAlignment dependency property.
Declaration
public static readonly DependencyProperty LabelHorizontalAlignmentProperty
Field Value
System.Windows.DependencyProperty
|
LabelIntervalProperty
Identifies the LabelInterval dependency property.
Declaration
public static readonly DependencyProperty LabelIntervalProperty
Field Value
System.Windows.DependencyProperty
|
LabelStyleProperty
Identifies the LabelStyle dependency property.
Declaration
public static readonly DependencyProperty LabelStyleProperty
Field Value
System.Windows.DependencyProperty
|
LabelVerticalAlignmentProperty
Identifies the LabelVerticalAlignment dependency property.
Declaration
public static readonly DependencyProperty LabelVerticalAlignmentProperty
Field Value
System.Windows.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
System.Windows.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.
Declaration
public bool LabelClipToBounds { get; set; }
Property Value
System.Boolean
|
LabelFormat
Gets or sets the label format string.
Declaration
public string LabelFormat { get; set; }
Property Value
System.String
|
LabelHorizontalAlignment
Gets or sets the value that is applied to the System.Windows.HorizontalAlignment property of the labels.
Declaration
public HorizontalAlignment LabelHorizontalAlignment { get; set; }
Property Value
System.Windows.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.
Declaration
public int LabelInterval { get; set; }
Property Value
System.Int32
|
LabelStyle
Gets or sets the style that is applied to the labels.
Declaration
public Style LabelStyle { get; set; }
Property Value
System.Windows.Style
|
LabelVerticalAlignment
Gets or sets the value that is applied to the System.Windows.VerticalAlignment property of the labels.
Declaration
public VerticalAlignment LabelVerticalAlignment { get; set; }
Property Value
System.Windows.VerticalAlignment
|