Class GroupDataMappingSelector
Contains a logic for selecting a MappingBase eligible for a RadTreeMapItem under the context of RadPivotMap.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 |