Class
HorizontalDefinition

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

Definition

Constructors

HorizontalDefinition()

Initializes a new instance of the HorizontalDefinition class.

Declaration

cs-api-definition
public HorizontalDefinition()

Methods

GetColumnHeader(int)

Gets the header of the corresponding column.

Declaration

cs-api-definition
protected override object GetColumnHeader(int index)

Parameters

index

int

The column index.

Returns

object

The header of the corresponding column.

Overrides HeatMapDefinition.GetColumnHeader(int)

GetRowHeader(int)

Gets the header of the corresponding row.

Declaration

cs-api-definition
protected override object GetRowHeader(int index)

Parameters

index

int

The row index.

Returns

object

The header of the corresponding row.

Overrides HeatMapDefinition.GetRowHeader(int)