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
Initializes a new instance of the CategoricalDefinition class.
public CategoricalDefinition()
Fields
ColorizerProperty
DependencyProperty
Identifies the Colorizer dependency property.
public static readonly DependencyProperty ColorizerProperty
ColumnGroupMemberPathProperty
DependencyProperty
Identifies the ColumnGroupMemberPath dependency property.
public static readonly DependencyProperty ColumnGroupMemberPathProperty
RowGroupMemberPathProperty
DependencyProperty
Identifies the RowGroupMemberPath dependency property.
public static readonly DependencyProperty RowGroupMemberPathProperty
ValuePathProperty
DependencyProperty
Identifies the ValuePath dependency property.
public static readonly DependencyProperty ValuePathProperty
Properties
Gets or sets the Colorizer which should generate a color according to the value of a cell.
public HeatMapColorizer Colorizer { get; set; }
Gets or sets the name of the property which determines the column-category of a cell.
public string ColumnGroupMemberPath { get; set; }
Gets or sets the name of the property which determines the row-category of a cell.
public string RowGroupMemberPath { get; set; }
Gets the collection source used internally by the heat map definition.
protected override IHeatMapSource Source { get; }
Overrides:
Methods
This method is called when the ItemsSource has changed.
protected override void OnItemsSourceChanged()
Overrides: