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

Contains a logic for selecting a MappingBase eligible for a RadTreeMapItem.

Definition

Namespace:Telerik.Windows.Controls.TreeMap

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public abstract class DataMappingSelector

Inheritance: objectDataMappingSelector

Derived Classes: GroupDataMappingSelectorHierarchicalDataMappingSelector

Methods

Determines whether the specified mapping is eligible for the specified item.

C#
public abstract bool IsDataMappingEligible(MappingBase mapping, RadTreeMapItem item)
Parameters:mappingMappingBase

The mapping.

itemRadTreeMapItem

The item.

Returns:

bool

If the mapping is eligible - true; otherwise, false.