Class
HeatMapHeaderSettings

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:

cs-api-definition
public abstract class HeatMapHeaderSettings : InheritanceContextPropagator

Inheritance: objectInheritanceContextPropagatorHeatMapHeaderSettings

Derived Classes: HeatMapColumnHeaderSettingsHeatMapRowHeaderSettings

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

HeatMapHeaderSettings()

Declaration

cs-api-definition
protected HeatMapHeaderSettings()

Fields

HoveredLabelStyleProperty

Identifies the HoveredLabelStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HoveredLabelStyleProperty

Field Value

DependencyProperty

LabelClipToBoundsProperty

Identifies the LabelClipToBounds dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelClipToBoundsProperty

Field Value

DependencyProperty

LabelFormatProperty

Identifies the LabelFormat dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelFormatProperty

Field Value

DependencyProperty

LabelHorizontalAlignmentProperty

Identifies the LabelHorizontalAlignment dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelHorizontalAlignmentProperty

Field Value

DependencyProperty

LabelIntervalProperty

Identifies the LabelInterval dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelIntervalProperty

Field Value

DependencyProperty

LabelStyleProperty

Identifies the LabelStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty LabelStyleProperty

Field Value

DependencyProperty

LabelVerticalAlignmentProperty

Identifies the LabelVerticalAlignment dependency property.

Declaration

cs-api-definition
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

cs-api-definition
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.

Declaration

cs-api-definition
public bool LabelClipToBounds { get; set; }

Property Value

bool

LabelFormat

Gets or sets the label format string.

Declaration

cs-api-definition
public string LabelFormat { get; set; }

Property Value

string

LabelHorizontalAlignment

Gets or sets the value that is applied to the HorizontalAlignment property of the labels.

Declaration

cs-api-definition
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.

Declaration

cs-api-definition
public int LabelInterval { get; set; }

Property Value

int

LabelStyle

Gets or sets the style that is applied to the labels.

Declaration

cs-api-definition
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

cs-api-definition
public VerticalAlignment LabelVerticalAlignment { get; set; }

Property Value

VerticalAlignment