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

Provides custom logic for a TreeMap mapping.

Definition

Namespace:Telerik.Windows.Controls.TreeMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class CustomMapping : ObjectMappingBase

Inheritance: objectInheritanceContextPropagatorMappingBaseObjectMappingBaseCustomMapping

Inherited Members InheritanceContextPropagator.CreateInstanceCore()InheritanceContextPropagator.FreezeCore(bool)

Constructors

C#
protected CustomMapping()

Methods

Applies the specified TreeMap item.

C#
protected abstract void Apply(RadTreeMapItem treemapItem, object dataItem)
Parameters:treemapItemRadTreeMapItem

The TreeMap item.

dataItemobject

The data item.

Clears the specified TreeMap item.

C#
protected abstract void Clear(RadTreeMapItem treemapItem, object dataItem)
Parameters:treemapItemRadTreeMapItem

The TreeMap item.

dataItemobject

The data item.