Class HorizontalDefinition
A definition based on which a RadHeatMap is constructed. The MemberMappings correspond to columns.
Inherited Members
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class HorizontalDefinition : MemberDefinitionBase
Constructors
HorizontalDefinition()
Initializes a new instance of the HorizontalDefinition class.
Declaration
public HorizontalDefinition()
Methods
GetColumnHeader(Int32)
Gets the header of the corresponding column.
Declaration
protected override object GetColumnHeader(int index)
Parameters
System.Int32
index
The column index. |
Returns
System.Object
The header of the corresponding column. |
Overrides
GetRowHeader(Int32)
Gets the header of the corresponding row.
Declaration
protected override object GetRowHeader(int index)
Parameters
System.Int32
index
The row index. |
Returns
System.Object
The header of the corresponding row. |