ClassCategoricalDefinition
A definition based on which a RadHeatMap is constructed.
Definition
Namespace:Telerik.WinControls.UI.HeatMap
Assembly:Telerik.WinControls.UI.dll
Syntax:
public sealed class CategoricalDefinition : HeatMapDefinition, IComponent, IDisposable, IDataItemSource
Inheritance: objectMarshalByRefObjectComponentHeatMapDefinitionCategoricalDefinition
Implements:
Inherited Members
Constructors
CategoricalDefinition()
Initializes a new instance of the CategoricalDefinition class.
Declaration
public CategoricalDefinition()
Properties
Colorizer
Gets or sets the Colorizer which should generate a color according to the value of a cell.
Declaration
[Browsable(false)]
public HeatMapColorizer Colorizer { get; set; }
Property Value
ColumnGroupMember
Gets or sets the name of the property which determines the column-category of a cell.
RowGroupMember
Gets or sets the name of the property which determines the row-category of a cell.
Source
Gets the collection source used internally by the heat map definition.
Declaration
protected override IHeatMapSource Source { get; }
Property Value
Overrides
ValueMember
Gets or sets the name of the property which determines the value of a cell.
Methods
CreateDataItem()
Declaration
protected override HeatMapDataItem CreateDataItem()
Returns
Overrides
GetColor(int, int)
Gets the color of the cell.
GetColumnHeader(int)
Gets the header of the corresponding column.
GetRowHeader(int)
Gets the header of the corresponding row.
OnItemsChanged()
This method is called when the ItemsSource has changed.
Declaration
protected override void OnItemsChanged()
Overrides