Class CustomMapping
Provides custom logic for a TreeMap mapping.
Inherited Members
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public abstract class CustomMapping : ObjectMappingBase
Constructors
CustomMapping()
Declaration
protected CustomMapping()
Methods
Apply(RadTreeMapItem, Object)
Applies the specified TreeMap item.
Declaration
protected abstract void Apply(RadTreeMapItem treemapItem, object dataItem)
Parameters
RadTreeMapItem
treemapItem
The TreeMap item. |
System.Object
dataItem
The data item. |
Clear(RadTreeMapItem, Object)
Clears the specified TreeMap item.
Declaration
protected abstract void Clear(RadTreeMapItem treemapItem, object dataItem)
Parameters
RadTreeMapItem
treemapItem
The TreeMap item. |
System.Object
dataItem
The data item. |