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

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)
Parameters:mappingMappingBase

The mapping.

itemRadTreeMapItem

The item.

Returns:

bool

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

Overrides: DataMappingSelector.IsDataMappingEligible(MappingBase, RadTreeMapItem)