Contains a logic for selecting a MappingBase eligible for a RadTreeMapItem under the context of RadPivotMap.
Definition
Namespace:Telerik.Windows.Controls.TreeMap
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public sealed class GroupDataMappingSelector : DataMappingSelector
Inheritance: objectDataMappingSelectorGroupDataMappingSelector
Constructors
C#
public GroupDataMappingSelector()
Methods
Determines whether the specified mapping is eligible for the specified item.
C#
public override bool IsDataMappingEligible(MappingBase mapping, RadTreeMapItem item)
The mapping.
itemRadTreeMapItemThe item.
Returns:If the mapping is eligible - true; otherwise, false.
Overrides: