Class GroupDataMappingSelector
Contains a logic for selecting a MappingBase eligible for a RadTreeMapItem under the context of RadPivotMap.
Namespace: Telerik.Windows.Controls.TreeMap
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class GroupDataMappingSelector : DataMappingSelector
Constructors
GroupDataMappingSelector()
Declaration
public GroupDataMappingSelector()
Methods
IsDataMappingEligible(MappingBase, RadTreeMapItem)
Determines whether the specified mapping
is eligible for the specified item
.
Declaration
public override bool IsDataMappingEligible(MappingBase mapping, RadTreeMapItem item)
Parameters
MappingBase
mapping
The mapping. |
RadTreeMapItem
item
The item. |
Returns
System.Boolean
If the |