ClassCategoricalDefinition
A definition based on which a RadHeatMap is constructed.
Definition
Namespace:Telerik.Windows.Controls.HeatMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
public sealed class CategoricalDefinition : HeatMapDefinition
Inheritance: objectInheritanceContextPropagatorHeatMapDefinitionCategoricalDefinition
Inherited Members
Constructors
CategoricalDefinition()
Initializes a new instance of the CategoricalDefinition class.
Declaration
public CategoricalDefinition()
Fields
ColorizerProperty
Identifies the Colorizer dependency property.
Declaration
public static readonly DependencyProperty ColorizerProperty
Field Value
DependencyProperty
ColumnGroupMemberPathProperty
Identifies the ColumnGroupMemberPath dependency property.
Declaration
public static readonly DependencyProperty ColumnGroupMemberPathProperty
Field Value
DependencyProperty
RowGroupMemberPathProperty
Identifies the RowGroupMemberPath dependency property.
Declaration
public static readonly DependencyProperty RowGroupMemberPathProperty
Field Value
DependencyProperty
ValuePathProperty
Identifies the ValuePath dependency property.
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
DependencyProperty
Properties
Colorizer
Gets or sets the Colorizer which should generate a color according to the value of a cell.
Declaration
public HeatMapColorizer Colorizer { get; set; }
Property Value
ColumnGroupMemberPath
Gets or sets the name of the property which determines the column-category of a cell.
Declaration
public string ColumnGroupMemberPath { get; set; }
Property Value
RowGroupMemberPath
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
Methods
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.
OnItemsSourceChanged()
This method is called when the ItemsSource has changed.
Declaration
protected override void OnItemsSourceChanged()
Overrides