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