New to Telerik UI for WPFStart a free 30-day trial

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:

C#
public sealed class MemberMapping : InheritanceContextPropagator, INotifyPropertyChanged

Inheritance: objectInheritanceContextPropagatorMemberMapping

Implements: INotifyPropertyChanged

Constructors

Initializes a new instance of the MemberMapping class.

C#
public MemberMapping()

Fields

ColorizerProperty

DependencyProperty

Identifies the Colorizer dependency property.

C#
public static readonly DependencyProperty ColorizerProperty

HeaderProperty

DependencyProperty

Identifies the Header dependency property.

C#
public static readonly DependencyProperty HeaderProperty

ValuePathProperty

DependencyProperty

Identifies the ValuePath dependency property.

C#
public static readonly DependencyProperty ValuePathProperty

Properties

Gets or sets the colorizer. The colorizer is accountable for selecting a color for a cell, based on the cell's value.

C#
public HeatMapColorizer Colorizer { get; set; }

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

C#
public string Header { get; set; }

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

C#
public string ValuePath { get; set; }

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged