Class
VerticalDefinition

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

Definition

Constructors

VerticalDefinition()

Initializes a new instance of the VerticalDefinition class.

Declaration

cs-api-definition
public VerticalDefinition()

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)