Class MemberMapping
This class represents a mapping between a member of the item in the Heat
Inherited Members
Namespace: Telerik.Windows.Controls.HeatMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class MemberMapping : InheritanceContextPropagator, INotifyPropertyChanged
Constructors
MemberMapping()
Fields
ColorizerProperty
Identifies the Colorizer dependency property.
Declaration
public static readonly DependencyProperty ColorizerProperty
Field Value
System.
|
HeaderProperty
Identifies the Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
System.
|
ValuePathProperty
Identifies the Value
Declaration
public static readonly DependencyProperty ValuePathProperty
Field Value
System.
|
Properties
Colorizer
Gets or sets the colorizer. The colorizer is accountable for selecting a color for a cell, based on the cell's value.
Declaration
public HeatMapColorizer Colorizer { get; set; }
Property Value
Header
Gets or sets the row-header (or column-header) text.
Declaration
public string Header { get; set; }
Property Value
System.
|
ValuePath
Gets or sets the name of the property of the underlying item, which determines the value of a cell in
the Heat
Declaration
public string ValuePath { get; set; }
Property Value
System.
|
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|