Class HeatMapLabelsGrid
A control that is intended to represent the cell labels of RadHeatMap. This control visualizes a grid that has rows, columns and cells, where each cell contains a label. The grid is rendered in accordance to a HeatMapDefinition and HeatMapCellLabelSettings.
Inheritance
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HeatMapLabelsGrid : Control
Constructors
HeatMapLabelsGrid()
Fields
CellBorderThicknessProperty
Identifies the read-only CellBorderThickness dependency property.
Declaration
public static readonly DependencyProperty CellBorderThicknessProperty
Field Value
System.Windows.DependencyProperty
|
CellLabelSettingsProperty
Identifies the read-only CellLabelSettings dependency property.
Declaration
public static readonly DependencyProperty CellLabelSettingsProperty
Field Value
System.Windows.DependencyProperty
|
DefinitionProperty
Identifies the read-only Definition dependency property.
Declaration
public static readonly DependencyProperty DefinitionProperty
Field Value
System.Windows.DependencyProperty
|
IsRenderingDelayedProperty
Identifies the read-only IsRenderingDelayed dependency property.
Declaration
public static readonly DependencyProperty IsRenderingDelayedProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CellBorderThickness
Gets or sets the thickness of the border of a cell.
Declaration
public int CellBorderThickness { get; set; }
Property Value
System.Int32
|
CellLabelSettings
Gets or sets the cell label settings.
Declaration
public HeatMapCellLabelSettings CellLabelSettings { get; set; }
Property Value
HeatMapCellLabelSettings
|
Definition
Gets or sets the definition in accordance to which the labels will be rendered.
Declaration
public HeatMapDefinition Definition { get; set; }
Property Value
HeatMapDefinition
|
IsRenderingDelayed
Gets or sets a value indicating whether the update of UI elements is delayed with one layout pass after the arrange phase. When set to true, the UI elements are not updated during the arrange phase of the control but in the next frame, thus eliminating the recurring arrange phase.
Declaration
public bool IsRenderingDelayed { get; set; }
Property Value
System.Boolean
|
Methods
ArrangeOverride(Size)
When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.
Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Parameters
System.Windows.Size
arrangeBounds
The final area within the parent that this element should use to arrange itself and its children. |
Returns
System.Windows.Size
The actual size used. |
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().
Declaration
public override void OnApplyTemplate()