New to Telerik UI for WinFormsStart a free 30-day trial

A definition based on which a RadHeatMap is constructed. The MemberMappings correspond to rows.

Definition

Constructors

Initializes a new instance of the VerticalDefinition class.

C#
public VerticalDefinition()

Methods

Gets the header of the corresponding column.

C#
public override object GetColumnHeader(int index)
Parameters:indexint

The column index.

Returns:

object

The header of the corresponding column.

Overrides: HeatMapDefinition.GetColumnHeader(int)

Gets the header of the corresponding row.

C#
public override object GetRowHeader(int index)
Parameters:indexint

The row index.

Returns:

object

The header of the corresponding row.

Overrides: HeatMapDefinition.GetRowHeader(int)