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
Initializes a new instance of the CategoricalDefinition class.
public CategoricalDefinition()
Properties
Gets or sets the Colorizer which should generate a color according to the value of a cell.
[Browsable(false)]
public HeatMapColorizer Colorizer { get; set; }
Gets or sets the name of the property which determines the column-category of a cell.
public string ColumnGroupMember { get; set; }
Gets or sets the name of the property which determines the row-category of a cell.
public string RowGroupMember { get; set; }
Gets the collection source used internally by the heat map definition.
protected override IHeatMapSource Source { get; }
Overrides:
Gets or sets the name of the property which determines the value of a cell.
public string ValueMember { get; set; }
Methods
This method is called when the ItemsSource has changed.
protected override void OnItemsChanged()
Overrides: