Class
MemberMapping

This class represents a mapping between a member of the item in the HeatMapDefinition's ItemsSource and the row, or column, of the RadHeatMap.

Definition

Namespace:Telerik.Windows.Controls.HeatMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public sealed class MemberMapping : InheritanceContextPropagator, INotifyPropertyChanged

Inheritance: objectInheritanceContextPropagatorMemberMapping

Implements: INotifyPropertyChanged

Constructors

MemberMapping()

Initializes a new instance of the MemberMapping class.

Declaration

cs-api-definition
public MemberMapping()

Fields

ColorizerProperty

Identifies the Colorizer dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ColorizerProperty

Field Value

DependencyProperty

HeaderProperty

Identifies the Header dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

ValuePathProperty

Identifies the ValuePath dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ValuePathProperty

Field Value

DependencyProperty

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

cs-api-definition
public HeatMapColorizer Colorizer { get; set; }

Property Value

HeatMapColorizer

Header

Gets or sets the row-header (or column-header) text.

Declaration

cs-api-definition
public string Header { get; set; }

Property Value

string

ValuePath

Gets or sets the name of the property of the underlying item, which determines the value of a cell in the HeatMapColorGrid.

Declaration

cs-api-definition
public string ValuePath { get; set; }

Property Value

string

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged