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.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public sealed class HeatMapLabelsGrid : Control
Inheritance: objectHeatMapLabelsGrid
Constructors
Initializes a new instance of the HeatMapLabelsGrid class.
public HeatMapLabelsGrid()
Fields
CellBorderThicknessProperty
DependencyProperty
Identifies the read-only CellBorderThickness dependency property.
public static readonly DependencyProperty CellBorderThicknessProperty
CellLabelSettingsProperty
DependencyProperty
Identifies the read-only CellLabelSettings dependency property.
public static readonly DependencyProperty CellLabelSettingsProperty
DefinitionProperty
DependencyProperty
Identifies the read-only Definition dependency property.
public static readonly DependencyProperty DefinitionProperty
Properties
Gets or sets the thickness of the border of a cell.
public int CellBorderThickness { get; set; }
Gets or sets the cell label settings.
public HeatMapCellLabelSettings CellLabelSettings { get; set; }
Gets or sets the definition in accordance to which the labels will be rendered.
public HeatMapDefinition Definition { get; set; }
Methods
When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.
protected override Size ArrangeOverride(Size arrangeBounds)
The final area within the parent that this element should use to arrange itself and its children.
Returns:Size
The actual size used.
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate().
public override void OnApplyTemplate()
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.