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.

Definition

Namespace:Telerik.UI.Xaml.Controls.DataVisualization

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public sealed class HeatMapLabelsGrid : Control

Inheritance: objectHeatMapLabelsGrid

Constructors

HeatMapLabelsGrid()

Initializes a new instance of the HeatMapLabelsGrid class.

Declaration

cs-api-definition
public HeatMapLabelsGrid()

Fields

CellBorderThicknessProperty

Identifies the read-only CellBorderThickness dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CellBorderThicknessProperty

Field Value

DependencyProperty

CellLabelSettingsProperty

Identifies the read-only CellLabelSettings dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CellLabelSettingsProperty

Field Value

DependencyProperty

DefinitionProperty

Identifies the read-only Definition dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DefinitionProperty

Field Value

DependencyProperty

Properties

CellBorderThickness

Gets or sets the thickness of the border of a cell.

Declaration

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

Property Value

int

CellLabelSettings

Gets or sets the cell label settings.

Declaration

cs-api-definition
public HeatMapCellLabelSettings CellLabelSettings { get; set; }

Property Value

HeatMapCellLabelSettings

Definition

Gets or sets the definition in accordance to which the labels will be rendered.

Declaration

cs-api-definition
public HeatMapDefinition Definition { get; set; }

Property Value

HeatMapDefinition

Methods

ArrangeOverride(Size)

Declaration

cs-api-definition
protected override Size ArrangeOverride(Size arrangeBounds)

Parameters

arrangeBounds

Size

Returns

Size

OnApplyTemplate()

Declaration

cs-api-definition
protected override void OnApplyTemplate()