Class MemberDefinitionBase
A base class for the Horizontal and Vertical member mappings.
Inherited Members
Namespace: Telerik.WinControls.UI.HeatMap
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class MemberDefinitionBase : HeatMapDefinition, IDataItemSource
Constructors
MemberDefinitionBase()
Initializes a new instance of the Member
Declaration
protected MemberDefinitionBase()
Properties
HeaderMember
Gets or sets the name of the property which determines the header-string.
Declaration
public string HeaderMember { get; set; }
Property Value
System.
|
MemberMappings
Gets or sets the member mappings. The member mappings are used to construct the rows (or columns),
of the Rad
Declaration
public MemberMappingsCollection MemberMappings { get; set; }
Property Value
Source
Gets the collection source used internally by the heat map definition.
Declaration
protected override IHeatMapSource Source { get; }
Property Value
Overrides
Methods
CreateDataItem()
Declaration
protected override HeatMapDataItem CreateDataItem()
Returns
Overrides
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.
|
Overrides
GetColor(Int32, Int32)
Gets the color of the cell.
Declaration
public override int GetColor(int rowIndex, int columnIndex)
Parameters
System. The row index. |
System. The column index. |
Returns
System. The color of the cell. |
Overrides
OnItemsChanged()
This method is called when the ItemsSource has changed.
Declaration
protected override void OnItemsChanged()