CustomMapping
Class
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
Constructors
C#
protected CustomMapping()
Methods
Applies the specified TreeMap item.
C#
protected abstract void Apply(RadTreeMapItem treemapItem, object dataItem)
The TreeMap item.
dataItemobjectThe data item.
Clears the specified TreeMap item.
C#
protected abstract void Clear(RadTreeMapItem treemapItem, object dataItem)
The TreeMap item.
dataItemobjectThe data item.